Move page tweaks:
[mediawiki.git] / maintenance / archives / patch-email-authentication.sql
blob7a33ac417a9081b59dd31c48c965d8954f41123c
1 -- Patch for email authentication T.Gries/M.Arndt 27.11.2004
2 -- A new column is added to the table 'user'.
3 ALTER TABLE /*$wgDBprefix*/user ADD (user_emailauthenticationtimestamp varchar(14) binary NOT NULL default '0');