Update llx_c_hrm_public_holiday.sql

add  fk_departement
see #16646
This commit is contained in:
UT from dolibit 2022-03-15 13:46:14 +01:00 committed by GitHub
parent 4b3b9ed66b
commit 64525349e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ create table llx_c_hrm_public_holiday
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,
entity integer DEFAULT 0 NOT NULL, -- multi company id, 0 = all entity integer DEFAULT 0 NOT NULL, -- multi company id, 0 = all
fk_country integer, fk_country integer,
fk_departement integer,
code varchar(62), code varchar(62),
dayrule varchar(64) DEFAULT '', -- 'easter', 'eastermonday', ... dayrule varchar(64) DEFAULT '', -- 'easter', 'eastermonday', ...
day integer, day integer,