From: Jens Frank Date: Sun, 22 Jul 2007 15:15:58 +0000 (+0000) Subject: Commas at the end of enumerations only works in PHP... X-Git-Tag: 1.31.0-rc.0~51994 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=8401db30bb22a87f28d247c07bc21de51f708ea0;p=lhc%2Fweb%2Fwiklou.git Commas at the end of enumerations only works in PHP... --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 8523e0d31b..2e63f179fc 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -698,7 +698,7 @@ CREATE TABLE /*$wgDBprefix*/image ( INDEX img_timestamp (img_timestamp), -- For future use - INDEX img_sha1 (img_sha1), + INDEX img_sha1 (img_sha1) ) /*$wgDBTableOptions*/;