Merge pull request #10114 from frederic34/patch-17

Update 6.0.0-7.0.0.sql #8723
This commit is contained in:
Laurent Destailleur 2018-12-01 14:54:31 +01:00 committed by GitHub
commit 305ab85f5d
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;