Update llx_holiday.sql

This commit is contained in:
Laurent Destailleur 2017-10-03 16:21:44 +02:00 committed by GitHub
parent cb4a52a8cd
commit 0f194d6715

View File

@ -19,7 +19,7 @@
CREATE TABLE llx_holiday
(
rowid integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
ref varchar(30) DEFAULT NULL, -- number
ref varchar(30) NULL, -- number
ref_ext varchar(255),
entity integer DEFAULT 1 NOT NULL, -- Multi company id
fk_user integer NOT NULL,