r71726 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71725‎ | r71726 | r71727 >
Date:19:03, 26 August 2010
Author:tomasz
Status:ok
Tags:
Comment:
Fix for mysql4
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.sql
@@ -21,8 +21,8 @@
2222 CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cn_templates (
2323 `tmp_id` int NOT NULL PRIMARY KEY auto_increment,
2424 `tmp_name` varchar(255) default NULL,
25 - `tmp_display_anon` BOOLEAN NOT NULL DEFAULT 1,
26 - `tmp_display_account` BOOLEAN NOT NULL DEFAULT 1
 25+ `tmp_display_anon` bool NOT NULL DEFAULT 1,
 26+ `tmp_display_account` bool NOT NULL DEFAULT 1
2727 ) /*$wgDBTableOptions*/;
2828
2929 CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cn_notice_languages (

Status & tagging log