Index: trunk/extensions/CentralNotice/patches/patch-template_settings.sql |
— | — | @@ -3,5 +3,5 @@ |
4 | 4 | -- is displayed to anonymous users, the other indicating whether or not the banner is displayed |
5 | 5 | -- to logged in users. |
6 | 6 | |
7 | | -ALTER TABLE /*$wgDBprefix*/cn_templates ADD `tmp_display_anon` BOOLEAN NOT NULL DEFAULT 1, |
8 | | - ADD `tmp_display_account` BOOLEAN NOT NULL DEFAULT 1; |
| 7 | +ALTER TABLE /*$wgDBprefix*/cn_templates ADD `tmp_display_anon` BOOLEAN NOT NULL DEFAULT 1; |
| 8 | +ALTER TABLE /*$wgDBprefix*/cn_templates ADD `tmp_display_account` BOOLEAN NOT NULL DEFAULT 1; |