Added lookUpDate in Faq

This commit is contained in:
harish
2024-08-29 16:43:56 +05:30
parent b4548876a9
commit f4cdf415ca
11 changed files with 49 additions and 13 deletions

View File

@@ -453,4 +453,13 @@
<dropNotNullConstraint tableName="call" columnName="amount_max"/>
</changeSet>
<changeSet id="29-08-2024_1" author="Harish Bagora">
<addColumn tableName="FAQ">
<column name="lookup_data_id" type="INTEGER">
<constraints nullable="false"
foreignKeyName="fk_lookup_data_faq"
references="lookup_data(id)" />
</column>
</addColumn>
</changeSet>
</databaseChangeLog>