Browse Source

Fix mysqldump

Laurent Destailleur 2 years ago
parent
commit
d070d2ab48
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev/initdemo/mysqldump_dolibarr_17.0.0.sql

+ 1 - 0
dev/initdemo/mysqldump_dolibarr_17.0.0.sql

@@ -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`),