Refactored code for faq
This commit is contained in:
@@ -548,5 +548,21 @@
|
||||
path="db/dump/update_form_field_data_04_09_2024.sql" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="04-09-2024_1" author="Rajesh Khore">
|
||||
<dropColumn tableName="FAQ" columnName="question_short" />
|
||||
<dropColumn tableName="FAQ" columnName="question" />
|
||||
<dropColumn tableName="FAQ" columnName="response_short" />
|
||||
<dropColumn tableName="FAQ" columnName="lookup_data_id" />
|
||||
<addColumn tableName="FAQ">
|
||||
<column name="title" type="TEXT"/>
|
||||
<column name="value" type="TEXT"/>
|
||||
</addColumn>
|
||||
|
||||
<addColumn tableName="LOOKUP_DATA">
|
||||
<column name="response" type="TEXT"/>
|
||||
</addColumn>
|
||||
<modifyDataType tableName="LOOKUP_DATA" columnName="title" newDataType="TEXT"/>
|
||||
</changeSet>
|
||||
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user