From 5c994a71b3bfd6ca2b2738c445d718a81bb257cd Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 4 Aug 2010 11:09:56 +0000 Subject: [PATCH] Remove invalid comma --- maintenance/postgres/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' ); -- 2.20.1