From 6e98495b5d3612440f45e3b50c63f371ef7925a6 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 28 Oct 2011 16:51:47 +0000 Subject: [PATCH] Fix Bug #30383 for Pg --- includes/installer/PostgresUpdater.php | 2 ++ 1 file changed, 2 insertions(+) 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', '' ), -- 2.20.1