Services: Convert LocalisationCache's static to a const now HHVM is gone
[lhc/web/wiklou.git] / maintenance / archives / patch-email-authentication.sql
index 7a33ac4..b35b10f 100644 (file)
@@ -1,3 +1,3 @@
--- Patch for email authentication T.Gries/M.Arndt 27.11.2004
--- A new column is added to the table 'user'.
-ALTER TABLE /*$wgDBprefix*/user ADD (user_emailauthenticationtimestamp varchar(14) binary NOT NULL default '0');
+-- Added early in 1.5 alpha development, removed 2005-04-25
+
+ALTER TABLE /*$wgDBprefix*/user DROP COLUMN user_emailauthenticationtimestamp;