Ticketing updates

This commit is contained in:
Marcus Hill
2022-02-24 17:57:41 +00:00
parent 3f50449027
commit a335f3be99
6 changed files with 101 additions and 91 deletions

2
db.sql
View File

@@ -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,