mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 07:07:14 +00:00
Phase 2 of ticket attachements by agents
This commit is contained in:
3
db.sql
3
db.sql
@@ -1175,6 +1175,7 @@ CREATE TABLE `email_queue` (
|
||||
`email_subject` varchar(255) NOT NULL,
|
||||
`email_content` longtext NOT NULL,
|
||||
`email_cal_str` varchar(1024) DEFAULT NULL,
|
||||
`email_attachments` text DEFAULT NULL,
|
||||
`email_queued_at` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
`email_failed_at` datetime DEFAULT NULL,
|
||||
`email_attempts` tinyint(1) NOT NULL DEFAULT 0,
|
||||
@@ -3086,4 +3087,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-07-29 17:47:46
|
||||
-- Dump completed on 2026-07-29 18:09:44
|
||||
|
||||
Reference in New Issue
Block a user