r100085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100084‎ | r100085 | r100086 >
Date:21:00, 17 October 2011
Author:kaldari
Status:ok
Tags:
Comment:
follow-up to r99160, indexing banner names
Modified paths:
  • /trunk/extensions/CentralNotice/patches/patch-template_autolink.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/patches/patch-template_autolink.sql
@@ -6,3 +6,6 @@
77 -- Store before and after flag values for logging
88 ALTER TABLE /*$wgDBprefix*/cn_template_log ADD `tmplog_begin_autolink` bool NULL DEFAULT NULL AFTER `tmplog_end_fundraising`;
99 ALTER TABLE /*$wgDBprefix*/cn_template_log ADD `tmplog_end_autolink` bool NULL DEFAULT NULL AFTER `tmplog_begin_autolink`;
 10+
 11+-- Add an index for banner names since we sometimes use them for selection
 12+CREATE INDEX /*i*/tmp_name ON /*_*/cn_templates (tmp_name);

Follow-up revisions

RevisionCommit summaryAuthorDate
r102477MFT r99497, r100014, r100015, r100085, 100087, r100780, r102204, r102273awjrichards01:42, 9 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99160separating fundraising specific features into 2 checkboxes - one for the cook...kaldari22:51, 6 October 2011

Status & tagging log