mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix mysqldump
This commit is contained in:
parent
d853a8f220
commit
d070d2ab48
|
|
@ -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`),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user