Update RELEASE-NOTES-1.31
[lhc/web/wiklou.git] / maintenance / archives / patch-user_registration.sql
index 65fd99d..906a695 100644 (file)
@@ -6,4 +6,4 @@
 ALTER TABLE /*$wgDBprefix*/user
   -- Timestamp of account registration.
   -- Accounts predating this schema addition may contain NULL.
-  ADD user_registration CHAR(14) BINARY;
+  ADD user_registration binary(14);