r68783 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68782‎ | r68783 | r68784 >
Date:17:59, 30 June 2010
Author:werdna
Status:deferred
Tags:
Comment:
Shorten tpr_title column
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.sql (modified) (history)
  • /trunk/extensions/LiquidThreads/schema-changes/thread_pending_relationship.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.sql
@@ -91,7 +91,7 @@
9292 CREATE TABLE /*_*/thread_pending_relationship (
9393 tpr_thread int unsigned NOT NULL,
9494 tpr_relationship varbinary(64) NOT NULL,
95 - tpr_title varbinary(1024) NOT NULL,
 95+ tpr_title varbinary(255) NOT NULL,
9696 tpr_type varbinary(32) NOT NULL,
9797 PRIMARY KEY (tpr_thread,tpr_relationship)
9898 ) /*$wgDBTableOptions*/;
Index: trunk/extensions/LiquidThreads/schema-changes/thread_pending_relationship.sql
@@ -2,7 +2,7 @@
33 CREATE TABLE /*_*/thread_pending_relationship (
44 tpr_thread int unsigned NOT NULL,
55 tpr_relationship varbinary(64) NOT NULL,
6 - tpr_title varbinary(1024) NOT NULL,
 6+ tpr_title varbinary(255) NOT NULL,
77 tpr_type varbinary(32) NOT NULL,
88 PRIMARY KEY (tpr_thread,tpr_relationship)
99 ) /*$wgDBTableOptions*/;

Status & tagging log