FIX : travis

This commit is contained in:
Gauthier PC portable 024 2021-04-14 16:14:03 +02:00
parent a596424328
commit 4d643db4e6

View File

@ -425,5 +425,5 @@ ALTER TABLE llx_facture_fourn ADD COLUMN fk_user_closing integer DEFAULT NULL af
ALTER TABLE llx_entrepot ADD COLUMN fk_project INTEGER DEFAULT NULL AFTER entity; -- project associated to warehouse if any
-- Rebuild sequence for postgres only after query "INSERT INTO llx_salary(rowid, ..."
-- Rebuild sequence for postgres only after query INSERT INTO llx_salary(rowid, ...
-- VPGSQL8.2 SELECT dol_util_rebuild_sequences();