Index: trunk/extensions/CentralNotice/CentralNotice.sql |
— | — | @@ -17,6 +17,7 @@ |
18 | 18 | `tmp_weight` int NOT NULL |
19 | 19 | ) /*$wgDBTableOptions*/; |
20 | 20 | |
| 21 | +-- FIXME: make tmp_name UNIQUE |
21 | 22 | CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cn_templates ( |
22 | 23 | `tmp_id` int NOT NULL PRIMARY KEY auto_increment, |
23 | 24 | `tmp_name` varchar(255) default NULL, |