remove null checks for call and put some other validation
This commit is contained in:
@@ -441,5 +441,16 @@
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
|
||||
<changeSet id="27-08-2024_3" author="Rajesh Khore">
|
||||
<dropNotNullConstraint tableName="call" columnName="name"/>
|
||||
<dropNotNullConstraint tableName="call" columnName="start_date"/>
|
||||
<dropNotNullConstraint tableName="call" columnName="end_date"/>
|
||||
<dropNotNullConstraint tableName="call" columnName="status"/>
|
||||
<dropNotNullConstraint tableName="call" columnName="region_id"/>
|
||||
<dropNotNullConstraint tableName="call" columnName="amount"/>
|
||||
<dropNotNullConstraint tableName="call" columnName="amount_max"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user