mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add db field for ticket smiley-based feedback: Good/OK/Bad
This commit is contained in:
1
db.sql
1
db.sql
@@ -1025,6 +1025,7 @@ CREATE TABLE `tickets` (
|
||||
`ticket_details` longtext NOT NULL,
|
||||
`ticket_priority` varchar(200) DEFAULT NULL,
|
||||
`ticket_status` varchar(200) NOT NULL,
|
||||
`ticket_feedback` varchar(104) DEFAULT NULL,
|
||||
`ticket_created_at` datetime NOT NULL,
|
||||
`ticket_updated_at` datetime DEFAULT NULL,
|
||||
`ticket_archived_at` datetime DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user