#201 Add comment field

merge-requests/1/head
Mike Koch 8 years ago
parent 57593a36db
commit 5dcce6436e

@ -727,6 +727,7 @@ function execute260Scripts()
`all_day` ENUM('0','1') NOT NULL,
`name` VARCHAR(255) NOT NULL,
`location` VARCHAR(255),
`comments` MEDIUMTEXT,
`create_ticket_date` TIMESTAMP NOT NULL,
`create_ticket_assign_to` INT) ENGINE = MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci");
executeQuery("UPDATE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "settings` SET `Value` = '2.6.0' WHERE `Key` = 'modsForHeskVersion'");

Loading…
Cancel
Save