summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authoreric <eric>2004-06-18 18:23:14 +0200
committereric <eric>2004-06-18 18:23:14 +0200
commit1e35dc01cf94ba1ec4923b8f040e49b4dc399860 (patch)
tree15404a70070fe01c1bcf432fba6befbdb2f2f097 /support
parent79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (diff)
downloadaur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.gz
aur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.xz
finishing touches on genpopo, started playing with _real_ PHP code and svn keywords
Diffstat (limited to 'support')
-rw-r--r--support/schema/aur-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index 37bbc019..662552f4 100644
--- a/support/schema/aur-schema.sql
+++ b/support/schema/aur-schema.sql
@@ -25,6 +25,7 @@ CREATE TABLE Users (
Email CHAR(64) NOT NULL,
Passwd CHAR(32) NOT NULL,
RealName CHAR(64) NOT NULL DEFAULT '',
+ LangPreference CHAR(2) NOT NULL DEFAULT 'en',
IRCNick CHAR(32) NOT NULL DEFAULT '',
LastVoted BIGINT UNSIGNED NOT NULL DEFAULT 0,
NewPkgNotify TINYINT UNSIGNED NOT NULL DEFAULT 0,