Skip to content
Snippets Groups Projects
Commit c3407e47 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix wrong index name on upgrade

parent ca1c889e
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ UPDATE `%TABLE_PREFIX%config`
-- add parent department support
ALTER TABLE `%TABLE_PREFIX%department`
DROP INDEX `name`,
DROP INDEX `dept_name`,
ADD `pid` int(11) unsigned default NULL AFTER `id`,
ADD `path` varchar(128) NOT NULL default '/' AFTER `message_auto_response`,
ADD UNIQUE `name` ( `name` , `pid` );
......
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