From: OverlordQ Date: Wed, 21 Oct 2009 05:25:15 +0000 (+0000) Subject: One more to r57964, forgot to apply update to updaters.inc X-Git-Tag: 1.31.0-rc.0~39205 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=9480910a4e65a30b75403a01f500f3f9d281e571;p=lhc%2Fweb%2Fwiklou.git One more to r57964, forgot to apply update to updaters.inc --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 58037379c0..47d5672678 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -1559,6 +1559,8 @@ function do_postgres_updates() { array("recentchanges", "rc_new_len", "INTEGER"), array("recentchanges", "rc_old_len", "INTEGER"), array("recentchanges", "rc_params", "TEXT"), + array("redirect", "rd_interwiki", "TEXT NULL"), + array("redirect", "rd_fragment", "TEXT NULL"), array("revision", "rev_deleted", "SMALLINT NOT NULL DEFAULT 0"), array("revision", "rev_len", "INTEGER"), array("revision", "rev_parent_id", "INTEGER DEFAULT NULL"),