Index: branches/wmf/1.17wmf1/extensions/CentralNotice/CentralNotice.sql |
— | — | @@ -30,3 +30,9 @@ |
31 | 31 | `nl_language` varchar(32) NOT NULL |
32 | 32 | ) /*$wgDBTableOptions*/; |
33 | 33 | 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 |
34 | 40 | Merged /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.sql:r67177,69199,76243,77266 |
35 | 41 | 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 |
36 | 42 | 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 |
37 | 43 | Merged /branches/wmf-deployment/extensions/CentralNotice/CentralNotice.sql:r60970 |