updated code for form table removed orderNo and update the data type of form table
This commit is contained in:
@@ -21,6 +21,7 @@ spring.liquibase.enabled=true
|
||||
|
||||
# Swagger Configuration
|
||||
springdoc.api-docs.path=/v1/api-docs
|
||||
springdoc.swagger-ui.tagsSorter=alpha
|
||||
|
||||
|
||||
#aws configuration
|
||||
|
||||
@@ -534,4 +534,10 @@
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="02-09-2024_1" author="Rajesh Khore">
|
||||
<dropColumn tableName="FORM"
|
||||
columnName="order_no" />
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user