Fix mysqldump

This commit is contained in:
Laurent Destailleur 2023-06-08 23:24:16 +02:00
parent d853a8f220
commit d070d2ab48

View File

@ -1962,6 +1962,7 @@ CREATE TABLE `llx_c_holiday_types` (
`delay` int(11) NOT NULL,
`newbymonth` double(8,5) NOT NULL DEFAULT 0.00000,
`fk_country` int(11) DEFAULT NULL,
`block_if_negative` int(11) NOT NULL DEFAULT 0,
`active` int(11) DEFAULT 1,
`sortorder` smallint(6) DEFAULT NULL,
PRIMARY KEY (`rowid`),