From: Mark A. Hershberger Date: Fri, 28 Oct 2011 16:51:47 +0000 (+0000) Subject: Fix Bug #30383 for Pg X-Git-Tag: 1.31.0-rc.0~26845 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=6e98495b5d3612440f45e3b50c63f371ef7925a6;p=lhc%2Fweb%2Fwiklou.git Fix Bug #30383 for Pg --- diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 7c2f0574df..5cf2ce7b31 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -108,6 +108,8 @@ class PostgresUpdater extends DatabaseUpdater { array( 'addPgField', 'logging', 'log_page', 'INTEGER' ), array( 'addPgField', 'interwiki', 'iw_api', "TEXT NOT NULL DEFAULT ''"), array( 'addPgField', 'interwiki', 'iw_wikiid', "TEXT NOT NULL DEFAULT ''"), + array( 'addPgField', 'revision', 'rev_sha1', "BYTEA NOT NULL DEFAULT ''" ), + array( 'addPgField', 'archive', 'ar_sha1', "BYTEA NOT NULL DEFAULT ''" ), # type changes array( 'changeField', 'archive', 'ar_deleted', 'smallint', '' ),