schema.sql
changeset 209 8a00247d1dee
parent 205 c4542792db2b
child 210 2b283402e4e4
--- 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`;