Resolved conflict

This commit is contained in:
rajesh
2025-07-03 17:28:53 +05:30
parent 68a0bbd794
commit 8a76803aaf
8 changed files with 29 additions and 3 deletions

View File

@@ -2990,4 +2990,10 @@
<column name="vat_number" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
<changeSet id="02-07-2025_RK_152053" author="Rajesh Khore">
<addColumn tableName="call">
<column name="allow_multiple_applications" type="BOOLEAN" defaultValueBoolean="false"></column>
</addColumn>
</changeSet>
</databaseChangeLog>