aurweb/support
Loui Chang c3ebc4d7fa aur-schema.sql: Expand LangPreference field to allow for longer lang codes.
To upgrade existing databases:

  ALTER TABLE Users MODIFY LangPreference CHAR(5) NOT NULL DEFAULT 'en';

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-11-29 06:28:15 -05:00
..
schema aur-schema.sql: Expand LangPreference field to allow for longer lang codes. 2009-11-29 06:28:15 -05:00
scripts Move tupkg scripts to tupkg/scripts. 2008-12-11 10:22:15 -05:00
README.txt initial import 2004-06-13 18:15:49 +00:00

The schema dir contains the AUR database schema file.

The scripts dir will contain any supporting scripts for the AUR such
as the script that handles moving newly uploaded packages via tupkg
to the AUR.