Wikia code/maintenance/tables.sql
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
--- 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);