Skip to content
Snippets Groups Projects
Commit 5f67a41a authored by Peter Rotich's avatar Peter Rotich
Browse files

Add the correct patch hash for migrate migrateGroupDeptAccess task.

parent 4fb0a8f0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment