r71223 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71222‎ | r71223 | r71224 >
Date:00:18, 18 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
missing comma fix for r71222
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.sql
@@ -19,9 +19,9 @@
2020
2121 CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cn_templates (
2222 `tmp_id` int NOT NULL PRIMARY KEY auto_increment,
23 - `tmp_name` varchar(255) default NULL
 23+ `tmp_name` varchar(255) default NULL,
2424 `tmp_display_anon` BOOLEAN NOT NULL DEFAULT 1,
25 - `tmp_display_account` BOOLEAN NOT NULL DEFAULT 1;
 25+ `tmp_display_account` BOOLEAN NOT NULL DEFAULT 1
2626 ) /*$wgDBTableOptions*/;
2727
2828 CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cn_notice_languages (

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71222forgot to update main SQL file for r71004, cleaning up SQL formattingkaldari00:08, 18 August 2010

Status & tagging log