mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add database field for specifying ticket reply type: public/internal
This commit is contained in:
1
db.sql
1
db.sql
@@ -999,6 +999,7 @@ DROP TABLE IF EXISTS `ticket_replies`;
|
||||
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_created_at` datetime NOT NULL,
|
||||
`ticket_reply_updated_at` datetime DEFAULT NULL,
|
||||
`ticket_reply_archived_at` datetime DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user