mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
new changes
This commit is contained in:
2
db.sql
2
db.sql
@@ -2019,7 +2019,7 @@ CREATE TABLE `ticket_statuses` (
|
||||
`ticket_status_name` varchar(200) NOT NULL,
|
||||
`ticket_status_color` varchar(200) NOT NULL,
|
||||
`ticket_status_active` tinyint(1) NOT NULL DEFAULT 1,
|
||||
`ticket_status_kanban` int(11),
|
||||
`ticket_status_order` int(11),
|
||||
PRIMARY KEY (`ticket_status_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
Reference in New Issue
Block a user