From: OverlordQ Date: Mon, 24 Oct 2011 19:55:01 +0000 (+0000) Subject: Add user_former_groups table to PG updater X-Git-Tag: 1.31.0-rc.0~26926 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=b5279861e68fdd398de29fc910e21902f7d18dd9;p=lhc%2Fweb%2Fwiklou.git Add user_former_groups table to PG updater --- diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 0587ada7ec..7c2f0574df 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -54,7 +54,8 @@ class PostgresUpdater extends DatabaseUpdater { array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ), array( 'addTable', 'msg_resource_links','patch-msg_resource_links.sql' ), array( 'addTable', 'module_deps', 'patch-module_deps.sql' ), - array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ), + array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ), + array( 'addTable', 'user_former_groups','patch-user_former_groups.sql' ), # Needed before new field array( 'convertArchive2' ),