(bug 454) Merge e-notif 2.00
[lhc/web/wiklou.git] / maintenance / archives / patch-email-authentication.sql
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');