mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 21:34:51 +00:00
alter ticket_kanban to ticket_order
This commit is contained in:
2
db.sql
2
db.sql
@@ -2114,7 +2114,7 @@ CREATE TABLE `tickets` (
|
||||
`ticket_asset_id` int(11) NOT NULL DEFAULT 0,
|
||||
`ticket_invoice_id` int(11) NOT NULL DEFAULT 0,
|
||||
`ticket_project_id` int(11) NOT NULL DEFAULT 0,
|
||||
`ticket_kanban` int(11) NOT NULL DEFAULT 0,
|
||||
`ticket_order` int(11) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`ticket_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