From: Aaron Schulz Date: Thu, 11 Sep 2008 10:01:09 +0000 (+0000) Subject: Add rev_parent_id for PG (bug 15281) X-Git-Tag: 1.31.0-rc.0~45365 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=9ebce40d79fe386d8119e67433c65d3d55d4078a;p=lhc%2Fweb%2Fwiklou.git Add rev_parent_id for PG (bug 15281) --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 09e4680167..cd12da26a8 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -1484,6 +1484,7 @@ function do_postgres_updates() { array("revision", "rev_deleted", "SMALLINT NOT NULL DEFAULT 0"), array("user_newtalk", "user_last_timestamp", "TIMESTAMPTZ"), array("site_stats", "ss_active_users", "INTEGER DEFAULT '-1'"), + array("revision", "rev_parent_id", "INTEGER DEFAULT NULL"), );