NEW: extrafields: add field to link a field to a module (#34416)

* NEW: extrafields: add field to link a field to a module

* Update 22.0.0-23.0.0.sql

* Update llx_extrafields.sql

* Update 22.0.0-23.0.0.sql

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Marc de Lima Lucio
2025-09-25 12:20:46 +02:00
committed by GitHub
parent 4bcb7e16da
commit 8428a5ccfa

View File

@@ -33,8 +33,11 @@
-- To rebuild sequence for postgresql after insert, by forcing id autoincrement fields:
-- -- VPGSQL8.2 SELECT dol_util_rebuild_sequences();
-- V22 forgotten
ALTER TABLE llx_extrafields ADD module varchar(64) AFTER enabled;
ALTER TABLE llx_opensurvey_user_studs ADD COLUMN tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP;
@@ -172,3 +175,4 @@ ALTER TABLE llx_bank_import ADD COLUMN fitid varchar(255) NULL after id_account;
ALTER TABLE llx_element_contact ADD mandatory_signature TINYINT AFTER element_id;
-- end of migration