Fix unintall SQL
This commit is contained in:
parent
6b0e7f17bb
commit
27a1efafcf
@ -52,6 +52,10 @@ function replaceStatusColumn()
|
||||
|
||||
function removeOtherColumns()
|
||||
{
|
||||
global $hesk_settings;
|
||||
|
||||
hesk_dbConnect();
|
||||
|
||||
executeQuery("ALTER TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "users` DROP COLUMN `autorefresh`");
|
||||
executeQuery("ALTER TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "tickets` DROP COLUMN `parent`");
|
||||
executeQuery("ALTER TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "users` DROP COLUMN `can_manage_settings`");
|
||||
|
Loading…
x
Reference in New Issue
Block a user