diff options
-rw-r--r-- | support/schema/aur-schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 39da1bd3..67e20a7c 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -28,7 +28,7 @@ CREATE TABLE Users ( Passwd CHAR(32) NOT NULL, ResetKey CHAR(32) NOT NULL DEFAULT '', RealName CHAR(64) NOT NULL DEFAULT '', - LangPreference CHAR(2) NOT NULL DEFAULT 'en', + LangPreference CHAR(5) NOT NULL DEFAULT 'en', IRCNick CHAR(32) NOT NULL DEFAULT '', LastVoted BIGINT UNSIGNED NOT NULL DEFAULT 0, NewPkgNotify TINYINT UNSIGNED NOT NULL DEFAULT 0, |