Update 18.0.0-19.0.0.sql

add fk_contract on ticket table
This commit is contained in:
Charlène Benke
2023-06-30 12:26:44 +02:00
committed by GitHub
parent 9b596c6e19
commit ff7a2ca40c

View File

@@ -33,4 +33,5 @@
-- -- VPGSQL8.2 SELECT dol_util_rebuild_sequences();
- V18
- V19
ALTER TABLE llx_ticket_ticket ADD COLUMN fk_contract integer DEFAULT 0 after fk_project;