From: Greg Sabino Mullane Date: Wed, 4 Aug 2010 11:09:56 +0000 (+0000) Subject: Remove invalid comma X-Git-Tag: 1.31.0-rc.0~35732 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=5c994a71b3bfd6ca2b2738c445d718a81bb257cd;p=lhc%2Fweb%2Fwiklou.git Remove invalid comma --- diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index c38a56a16e..47b17a8e99 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -394,7 +394,7 @@ CREATE TABLE interwiki ( iw_local SMALLINT NOT NULL, iw_trans SMALLINT NOT NULL DEFAULT 0, iw_api TEXT NOT NULL DEFAULT '', - iw_wikiid TEXT NOT NULL DEFAULT '', + iw_wikiid TEXT NOT NULL DEFAULT '' );