Index: trunk/extensions/CentralNotice/patches/patch-template_autolink.sql |
— | — | @@ -8,4 +8,4 @@ |
9 | 9 | ALTER TABLE /*$wgDBprefix*/cn_template_log ADD `tmplog_end_autolink` bool NULL DEFAULT NULL AFTER `tmplog_begin_autolink`; |
10 | 10 | |
11 | 11 | -- Add an index for banner names since we sometimes use them for selection |
12 | | -CREATE INDEX /*i*/tmp_name ON /*_*/cn_templates (tmp_name); |
| 12 | +CREATE INDEX /*i*/tmp_name ON /*$wgDBprefix*/cn_templates (tmp_name); |