mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 07:49:27 +00:00
Fix compatibility issue with MariaDB
This commit is contained in:
parent
1e229455fc
commit
d4ac0fbf8c
@ -137,7 +137,7 @@ CREATE TABLE `comunic_mails_queue` (
|
|||||||
`time_insert` int(11) DEFAULT NULL,
|
`time_insert` int(11) DEFAULT NULL,
|
||||||
`userID` int(11) DEFAULT NULL,
|
`userID` int(11) DEFAULT NULL,
|
||||||
`template` varchar(45) DEFAULT NULL,
|
`template` varchar(45) DEFAULT NULL,
|
||||||
`data` json DEFAULT NULL,
|
`data` text DEFAULT NULL,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user