r68539 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68538‎ | r68539 | r68540 >
Date:01:39, 25 June 2010
Author:demon
Status:deferred
Tags:
Comment:
Followup r68536, typo in sql
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.sql (modified) (history)
  • /trunk/extensions/FlaggedRevs/archives/patch-flaggedrevs_stats.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.sql
@@ -139,7 +139,7 @@
140140
141141 CREATE TABLE /*_*/flaggedrevs_stats (
142142 namespace int unsigned NOT NULL DEFAULT 0 PRIMARY KEY,
143 - total int unsigend NOT NULL DEFAULT 0,
 143+ total int unsigned NOT NULL DEFAULT 0,
144144 reviewed int unsigned NOT NULL DEFAULT 0,
145145 synced int unsigned NOT NULL DEFAULT 0
146146 ) /*$wgDBTableOptions*/;
Index: trunk/extensions/FlaggedRevs/archives/patch-flaggedrevs_stats.sql
@@ -1,7 +1,7 @@
22 -- Various statistics about the reviewed namespaces
33 CREATE TABLE /*_*/flaggedrevs_stats (
44 namespace int unsigned NOT NULL DEFAULT 0 PRIMARY KEY,
5 - total int unsigend NOT NULL DEFAULT 0,
 5+ total int unsigned NOT NULL DEFAULT 0,
66 reviewed int unsigned NOT NULL DEFAULT 0,
77 synced int unsigned NOT NULL DEFAULT 0
88 ) /*$wgDBTableOptions*/;

Follow-up revisions

RevisionCommit summaryAuthorDate
r697291.16wmf4: Merge Vector fixes from trunk: r65063, r68798, r69335, r69336, r693...catrope14:09, 22 July 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68536Move flaggedrevs_stats creation to actual patch files rather than this DIY stuffdemon00:39, 25 June 2010

Status & tagging log