mirror of https://github.com/itflow-org/itflow
Add db field for ticket smiley-based feedback: Good/OK/Bad
This commit is contained in:
parent
5d1848694d
commit
1f6c617a5e
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue