r87230 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87229‎ | r87230 | r87231 >
Date:23:33, 1 May 2011
Author:werdna
Status:deferred
Tags:
Comment:
Accidentally added two lpv_signature fields in resolving merge conflict on r87190 (hat-tip to Krinkle)
Modified paths:
  • /branches/lqt-updates/extensions/LiquidThreads/new-schema.sql (modified) (history)

Diff [purge]

Index: branches/lqt-updates/extensions/LiquidThreads/new-schema.sql
@@ -144,9 +144,7 @@
145145 lpv_signature TINYBLOB NOT NULL,
146146
147147 -- Attributed date/time
148 - lpv_post_time varbinary(14) not null,
149 -
150 - lpv_signature TINYBLOB NOT NULL
 148+ lpv_post_time varbinary(14) not null
151149 ) /*$wgDBTableOptions*/;
152150
153151 CREATE INDEX /*i*/lpv_post_timestamp ON /*_*/lqt_post_version (lpv_post, lpv_timestamp);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87190LiquidThreads backend rewrite: Progress commit on LiquidThreadsFormatter, its...werdna14:04, 1 May 2011

Status & tagging log