r49928 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49927‎ | r49928 | r49929 >
Date:05:35, 27 April 2009
Author:werdna
Status:ok
Tags:
Comment:
Remove (11) after int(11) -- useless
Modified paths:
  • /trunk/extensions/CentralAuth/db_patches/patch-global_properties.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/db_patches/patch-global_properties.sql
@@ -1,6 +1,6 @@
22 -- Allow users to share preferences across wikis
33 CREATE TABLE global_user_properties (
4 - gp_user int(11) NOT NULL,
 4+ gp_user int NOT NULL,
55 gp_property varbinary(255) NOT NULL,
66 gp_value BLOB,
77

Status & tagging log