Fixed issue of fileselect

This commit is contained in:
rajesh
2025-03-03 14:49:03 +05:30
parent 507447b4e4
commit d64779ae38
3 changed files with 29 additions and 4 deletions

View File

@@ -2550,5 +2550,16 @@
</column>
</addColumn>
</changeSet>
<changeSet id="03-03-2025_RK_120515" author="Rajesh Khore">
<sql dbms="postgresql">select
setval('gepafin_schema.form_field_id_seq', (select
max(id)+1
from gepafin_schema.form_field), false)
</sql>
<sqlFile dbms="postgresql"
path="db/dump/update_form_field_data_03-03-2025.sql"/>
</changeSet>
</databaseChangeLog>