Add rev_parent_id for PG (bug 15281)
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 11 Sep 2008 10:01:09 +0000 (10:01 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 11 Sep 2008 10:01:09 +0000 (10:01 +0000)
maintenance/updaters.inc

index 09e4680..cd12da2 100644 (file)
@@ -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"),
        );