Ticketing updates
This commit is contained in:
2
db.sql
2
db.sql
@@ -1281,7 +1281,7 @@ CREATE TABLE `tickets` (
|
||||
`ticket_archived_at` datetime DEFAULT NULL,
|
||||
`ticket_closed_at` datetime DEFAULT NULL,
|
||||
`ticket_created_by` int(11) NOT NULL,
|
||||
`ticket_assigned_to` int(11) DEFAULT NULL,
|
||||
`ticket_assigned_to` int(11) NOT NULL DEFAULT '0',
|
||||
`ticket_closed_by` int(11) DEFAULT NULL,
|
||||
`ticket_vendor_id` int(11) DEFAULT NULL,
|
||||
`ticket_client_id` int(11) DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user