r99184 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99183‎ | r99184 | r99185 >
Date:01:35, 7 October 2011
Author:kaldari
Status:ok
Tags:fundraising 
Comment:
adding newline at end of sql patch file
Modified paths:
  • /trunk/extensions/CentralNotice/patches/patch-template_autolink.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/patches/patch-template_autolink.sql
@@ -5,4 +5,4 @@
66
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`;
9 -ALTER TABLE /*$wgDBprefix*/cn_template_log ADD `tmplog_end_autolink` bool NULL DEFAULT NULL AFTER `tmplog_begin_autolink`;
\ No newline at end of file
 9+ALTER TABLE /*$wgDBprefix*/cn_template_log ADD `tmplog_end_autolink` bool NULL DEFAULT NULL AFTER `tmplog_begin_autolink`;

Status & tagging log