Fixes #436 Add missing columns to stage_tickets table
This commit is contained in:
parent
e138f73ce9
commit
da0fe09fc7
@ -795,6 +795,17 @@ function execute261Scripts() {
|
|||||||
updateVersion('2.6.1');
|
updateVersion('2.6.1');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Version 2.6.2
|
||||||
|
function execute262Scripts() {
|
||||||
|
global $hesk_settings;
|
||||||
|
hesk_dbConnect();
|
||||||
|
|
||||||
|
executeQuery("ALTER TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "stage_tickets` ADD COLUMN `due_date` DATETIME");
|
||||||
|
executeQuery("ALTER TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "stage_tickets` ADD COLUMN `overdue_email_sent` ENUM('0','1')");
|
||||||
|
|
||||||
|
updateVersion('2.6.2');
|
||||||
|
}
|
||||||
|
|
||||||
function execute270Scripts() {
|
function execute270Scripts() {
|
||||||
global $hesk_settings;
|
global $hesk_settings;
|
||||||
hesk_dbConnect();
|
hesk_dbConnect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user