Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into develop

This commit is contained in:
rajesh
2024-09-26 13:26:32 +05:30

View File

@@ -721,6 +721,13 @@
</createTable> </createTable>
</changeSet> </changeSet>
<changeSet id="25-09-2024_2" author="Nisha kashyap">
<update tableName="form_field">
<column name="name" value="textinput" />
<where>id = 13</where>
</update>
</changeSet>
<changeSet id="25-09-2024_1" author="Rajesh Khore"> <changeSet id="25-09-2024_1" author="Rajesh Khore">
<addColumn tableName="gepafin_user"> <addColumn tableName="gepafin_user">
<column name="codice_fiscale" type="varchar(255)"> <column name="codice_fiscale" type="varchar(255)">