r91113 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91112‎ | r91113 | r91114 >
Date:21:51, 29 June 2011
Author:awjrichards
Status:ok
Tags:
Comment:
MFT r76441 and r83564-91107
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNotice.sql (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNotice.sql
@@ -30,3 +30,9 @@
3131 `nl_language` varchar(32) NOT NULL
3232 ) /*$wgDBTableOptions*/;
3333 CREATE UNIQUE INDEX /*i*/nl_notice_id_language ON /*$wgDBprefix*/cn_notice_languages (nl_notice_id, nl_language);
 34+
 35+CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cn_notice_projects (
 36+ `np_notice_id` int unsigned NOT NULL,
 37+ `np_project` varchar(32) NOT NULL
 38+) /*$wgDBTableOptions*/;
 39+CREATE UNIQUE INDEX /*i*/np_notice_id_project ON /*$wgDBprefix*/cn_notice_projects (np_notice_id, np_project);
Property changes on: branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNotice.sql
___________________________________________________________________
Added: svn:mergeinfo
3440 Merged /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.sql:r67177,69199,76243,77266
3541 Merged /trunk/extensions/CentralNotice/CentralNotice.sql:r62820-67552,67557,67559-71720,71725-71731,71734-71739,71748-71753,71774-71997,72058-72131,72136-73830,73847,73850,73852,73855,73959,73963,73973,73980,73983,73991,73994-73995,74000-74321,74325-74406,75376-75470,75567,75643,75646,75674,75680,75726,75849,75889,75908,75973,76141,76145,76333,76347,76351,76356-76358,76361,76363,76441,76462,76543,76763,77622-79761,79780,79783-80145,80147-80148,80150,80152-80602,81461-83563,83565-91111
3642 Merged /trunk/phase3/extensions/CentralNotice/CentralNotice.sql:r63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816,77555,77558-77560,77563-77565,77573
3743 Merged /branches/wmf-deployment/extensions/CentralNotice/CentralNotice.sql:r60970

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76441Followup r76333: add cn_notice_projects table to main SQL filecatrope13:40, 10 November 2010
r83564Syncing up to head of trunk from r81460tomasz02:32, 9 March 2011

Status & tagging log