mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Ticket Statuses from DB / use left join instead of a function, hard-code system statuses
This commit is contained in:
6
db.sql
6
db.sql
@@ -1317,10 +1317,6 @@ CREATE TABLE `settings` (
|
||||
`config_ticket_autoclose` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_ticket_autoclose_hours` int(5) NOT NULL DEFAULT 72,
|
||||
`config_ticket_new_ticket_notification_email` varchar(200) DEFAULT NULL,
|
||||
`config_ticket_status_id_new` int(1) NOT NULL DEFAULT 1,
|
||||
`config_ticket_status_id_open` int(1) NOT NULL DEFAULT 2,
|
||||
`config_ticket_status_id_autoclose` int(1) NOT NULL DEFAULT 4,
|
||||
`config_ticket_status_id_closed` int(1) NOT NULL DEFAULT 5,
|
||||
`config_enable_cron` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_cron_key` varchar(255) DEFAULT NULL,
|
||||
`config_recurring_auto_send_invoice` tinyint(1) NOT NULL DEFAULT 1,
|
||||
@@ -1879,4 +1875,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- As of 2024 03 29
|
||||
-- As of 2024 03 29
|
||||
|
||||
Reference in New Issue
Block a user