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>
|
||||
|
||||
@@ -54,7 +54,6 @@ update_call_status_success_msg=The call status has been updated successfully.
|
||||
status.same.error=Status is already set.
|
||||
invalid.status.change.from.draft=Status cannot be changed to READY_TO_PUBLISH or PUBLISH from DRAFT.
|
||||
status.cannot.be.changed=Status cannot be changed.
|
||||
invalid.status.transition=Invalid status transition.
|
||||
published.call.not.update=Published call cannot be updated.
|
||||
|
||||
|
||||
|
||||
@@ -54,7 +54,6 @@ update_call_status_success_msg=Lo stato della chiamata
|
||||
status.same.error=Lo stato è già impostato.
|
||||
invalid.status.change.from.draft=Lo stato non può essere cambiato in READY_TO_PUBLISH o PUBLISH da DRAFT.
|
||||
status.cannot.be.changed=Lo stato non può essere cambiato.
|
||||
invalid.status.transition=Transizione di stato non valida.
|
||||
published.call.not.update=Il bando pubblicato non può essere aggiornato.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user