Beneficiary must be able to Delete Company

This commit is contained in:
nisha
2024-10-16 14:22:31 +05:30
parent edd9c1cb1a
commit 8e73074a88
13 changed files with 85 additions and 20 deletions

View File

@@ -1101,4 +1101,11 @@
<column name="country" value="Italy"/>
</insert>
</changeSet>
<changeSet id="16-10-2024_1" author="Harish Bagora">
<addColumn tableName="user_with_company">
<column name="is_deleted" type="BOOLEAN" defaultValueBoolean="false">
<constraints nullable="false"/>
</column>
</addColumn>
</changeSet>
</databaseChangeLog>