X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-comment-table.sql;h=c8bf958036bac38651526e0779b4ae9dd5771498;hb=f0f839c969184660aa55a03e7a81fabe887aebc9;hp=60c58d6e680939abf1332b87d0b86c366e2fac0e;hpb=af28f35696ce2d50bdc0cf62af3ceaf524dc8c68;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-comment-table.sql b/maintenance/archives/patch-comment-table.sql index 60c58d6e68..c8bf958036 100644 --- a/maintenance/archives/patch-comment-table.sql +++ b/maintenance/archives/patch-comment-table.sql @@ -9,7 +9,7 @@ CREATE TABLE /*_*/comment ( comment_text BLOB NOT NULL, comment_data BLOB ) /*$wgDBTableOptions*/; -CREATE INDEX /*i*/comment_hash ON comment (comment_hash); +CREATE INDEX /*i*/comment_hash ON /*_*/comment (comment_hash); CREATE TABLE /*_*/revision_comment_temp ( revcomment_rev int unsigned NOT NULL,