diff -r c75ad574b56d -r 8a00247d1dee schema.sql --- a/schema.sql Sat Oct 27 13:54:44 2007 -0400 +++ b/schema.sql Sun Oct 28 14:32:13 2007 -0400 @@ -104,6 +104,7 @@ temp_password text, temp_password_time int(12) NOT NULL DEFAULT 0, user_coppa tinyint(1) NOT NULL DEFAULT 0, + user_lang smallint(5) NOT NULL, PRIMARY KEY (user_id) ) CHARACTER SET `utf8`;