Include time worked db field.

This commit is contained in:
Marcus Hill
2022-01-08 16:47:17 +00:00
parent c98be4c344
commit a83f3377bd
2 changed files with 2 additions and 1 deletions

1
db.sql
View File

@@ -1000,6 +1000,7 @@ CREATE TABLE `ticket_replies` (
`ticket_reply_id` int(11) NOT NULL AUTO_INCREMENT,
`ticket_reply` longtext NOT NULL,
`ticket_reply_type` varchar(9) NOT NULL,
`ticket_reply_time_worked` time DEFAULT NULL,
`ticket_reply_created_at` datetime NOT NULL,
`ticket_reply_updated_at` datetime DEFAULT NULL,
`ticket_reply_archived_at` datetime DEFAULT NULL,