mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Add database field for ticket_first_response_at. This can be used as part of metric reporting and also as part of SLAs in the future
This commit is contained in:
1
db.sql
1
db.sql
@@ -2139,6 +2139,7 @@ CREATE TABLE `tickets` (
|
||||
`ticket_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
|
||||
`ticket_resolved_at` datetime DEFAULT NULL,
|
||||
`ticket_archived_at` datetime DEFAULT NULL,
|
||||
`ticket_first_response_at` datetime DEFAULT NULL,
|
||||
`ticket_closed_at` datetime DEFAULT NULL,
|
||||
`ticket_created_by` int(11) NOT NULL,
|
||||
`ticket_assigned_to` int(11) NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user