Update 15.0.0-16.0.0.sql

This commit is contained in:
BENKE Charlene 2022-03-23 16:51:36 +01:00 committed by GitHub
parent 94224e9275
commit fcc8a953ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@
-- -- VPGSQL8.2 SELECT dol_util_rebuild_sequences();
ALTER TABLE llx_holiday ADD COLUMN nb_open_day double(24,8) DEFAULT 0;
-- Missing in v15 or lower
ALTER TABLE llx_c_actioncomm MODIFY COLUMN libelle varchar(128);