From b5279861e68fdd398de29fc910e21902f7d18dd9 Mon Sep 17 00:00:00 2001 From: OverlordQ Date: Mon, 24 Oct 2011 19:55:01 +0000 Subject: [PATCH] Add user_former_groups table to PG updater --- includes/installer/PostgresUpdater.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ), -- 2.20.1