Update llx_holiday.sql
This commit is contained in:
parent
d952419fac
commit
8661902bfa
@ -31,7 +31,7 @@ description VARCHAR( 255 ) NOT NULL,
|
|||||||
date_debut DATE NOT NULL,
|
date_debut DATE NOT NULL,
|
||||||
date_fin DATE NOT NULL,
|
date_fin DATE NOT NULL,
|
||||||
halfday integer DEFAULT 0, -- 0=start morning and end afternoon, -1=start afternoon end afternoon, 1=start morning and end morning, 2=start afternoon and end morning
|
halfday integer DEFAULT 0, -- 0=start morning and end afternoon, -1=start afternoon end afternoon, 1=start morning and end morning, 2=start afternoon and end morning
|
||||||
nb_open_day double(24,8) DEFAULT 0, -- denormalized number of open days of holiday. More reliable when re-calculated with num_open_days(date_debut, date_fin, halfday).
|
nb_open_day double(24,8) DEFAULT 0, -- denormalized number of open days of holiday. Not always set. More reliable when re-calculated with num_open_days(date_debut, date_fin, halfday).
|
||||||
statut integer NOT NULL DEFAULT 1,
|
statut integer NOT NULL DEFAULT 1,
|
||||||
fk_validator integer NOT NULL, -- who should approve
|
fk_validator integer NOT NULL, -- who should approve
|
||||||
date_valid DATETIME DEFAULT NULL, -- date approval (both date valid and date_approval)
|
date_valid DATETIME DEFAULT NULL, -- date approval (both date valid and date_approval)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user