r49749 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49748‎ | r49749 | r49750 >
Date:03:22, 23 April 2009
Author:werdna
Status:deferred
Tags:
Comment:
Change varchar(255) to varbinary(32).
Modified paths:
  • /branches/preferences-work/phase3/maintenance/archives/patch-user_properties.sql (modified) (history)
  • /branches/preferences-work/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: branches/preferences-work/phase3/maintenance/tables.sql
@@ -1271,7 +1271,7 @@
12721272
12731273 CREATE TABLE /*_*/user_properties(
12741274 up_user int not null,
1275 - up_property varchar(255) not null,
 1275+ up_property varbinary(32) not null,
12761276 up_value blob
12771277 ) /*$wgDBTableOptions*/;
12781278
Index: branches/preferences-work/phase3/maintenance/archives/patch-user_properties.sql
@@ -2,7 +2,7 @@
33
44 CREATE TABLE /*_*/user_properties(
55 up_user bigint not null,
6 - up_property varchar(255) not null,
 6+ up_property varbinary(32) not null,
77 up_value blob
88 ) /*$wgDBTableOptions*/;
99

Status & tagging log