From 5f67a41a3482e65ae0aedf76d49f680ef9d7e581 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Mon, 16 Jul 2012 14:28:56 -0400 Subject: [PATCH] Add the correct patch hash for migrate migrateGroupDeptAccess task. --- include/class.upgrader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class.upgrader.php b/include/class.upgrader.php index 054377b19..c886bb0ab 100644 --- a/include/class.upgrader.php +++ b/include/class.upgrader.php @@ -278,7 +278,7 @@ class Upgrader extends SetupWizard { $tasks[] = array('func' => 'migrateAPIKeys', 'desc' => 'Migrating API keys to a new table'); break; - case '435c62c3-5499e513': + case '435c62c3-6007d45b': $tasks[] = array('func' => 'migrateGroupDeptAccess', 'desc' => 'Migrating group\'s department access to a new table'); break; -- GitLab