Updated mails queue structure

This commit is contained in:
Pierre HUBERT 2018-08-27 17:18:55 +02:00
parent f5ddc7d476
commit b698118a47

View File

@ -171,7 +171,7 @@ CREATE TABLE `comunic_mails_queue` (
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`priority` int(11) DEFAULT NULL, `priority` int(11) DEFAULT NULL,
`time_insert` int(11) DEFAULT NULL, `time_insert` int(11) DEFAULT NULL,
`userID` int(11) DEFAULT NULL, `user_id` int(11) DEFAULT NULL,
`template` varchar(45) DEFAULT NULL, `template` varchar(45) DEFAULT NULL,
`data` text DEFAULT NULL, `data` text DEFAULT NULL,
PRIMARY KEY (`id`) PRIMARY KEY (`id`)