Added lookUpDate in Faq
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user