Wikia code/maintenance/tables.sql

--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\maintenance\tables.sql	2011-07-18 22:30:28.830078100 +0100
+++ D:\Programming\SVN\wikia\trunk\maintenance\tables.sql	2011-08-17 15:05:35.216796900 +0100
@@ -128,7 +128,9 @@
   -- Meant primarily for heuristic checks to give an impression of whether
   -- the account has been used much.
   --
-  user_editcount int
+  user_editcount int,
+
+  user_birthdate date default NULL
 ) /*$wgDBTableOptions*/;
 
 CREATE UNIQUE INDEX /*i*/user_name ON /*_*/user (user_name);