Resolved conflicts

This commit is contained in:
rajesh
2025-10-14 11:58:13 +05:30
5 changed files with 29 additions and 17 deletions

View File

@@ -3069,4 +3069,9 @@
<where>UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs'</where>
</update>
</changeSet>
<changeSet id="06-10-2025_RK_142435" author="Rajesh Khore">
<addColumn tableName="application">
<column name="previous_status" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
</databaseChangeLog>