Update the config for fileselect

This commit is contained in:
nisha
2025-03-12 16:01:34 +05:30
parent e07f38461e
commit abf2dfb9ab
2 changed files with 11 additions and 0 deletions

View File

@@ -2636,4 +2636,9 @@
</insert> </insert>
</changeSet> </changeSet>
<changeSet id="12-03-2025_NK_180530" author="Nisha Kashyap">
<sqlFile dbms="postgresql"
path="db/dump/update_form_field_data_12-03-2025.sql"/>
</changeSet>
</databaseChangeLog> </databaseChangeLog>

View File

@@ -0,0 +1,6 @@
UPDATE FORM_FIELD
SET LABEL = 'Seleziona File',
SETTINGS = '[{"name": "label", "value": "Seleziona File"},{"name": "documentCategories", "value": []},{"name": "isDelegation", "value": false}]',
UPDATED_DATE = CURRENT_TIMESTAMP
WHERE NAME = 'fileselect';