Update 6.0.0-7.0.0.sql

This commit is contained in:
Frédéric FRANCE 2018-12-01 00:34:17 +01:00 committed by GitHub
parent d1df592c7e
commit 335327827d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,3 +719,5 @@ UPDATE llx_cronjob set entity = 0 where entity = 1 and label in ('PurgeDeleteTem
-- VMYSQL4.3 ALTER TABLE llx_c_shipment_mode MODIFY COLUMN tracking varchar(255) NULL;
-- VPGSQL8.2 ALTER TABLE llx_c_shipment_mode ALTER COLUMN tracking DROP NOT NULL;
ALTER TABLE llx_paiementfourn ADD COLUMN fk_user_modif integer AFTER fk_user_author;