Resolved Conflicts
This commit is contained in:
@@ -2236,4 +2236,22 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="16-01-2025_RK_173515" author="Rajesh Khore">
|
||||
<addColumn tableName="hub">
|
||||
<column name="evaluation_expiration_days" type="INTEGER"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="16-01-2025_RK_173616" author="Rajesh Khore">
|
||||
<update tableName="hub">
|
||||
<column name="evaluation_expiration_days" valueNumeric="999"/>
|
||||
<where>unique_uuid = 't7jh5wfg9QXylNaTZkPoE'</where>
|
||||
</update>
|
||||
|
||||
<update tableName="hub">
|
||||
<column name="evaluation_expiration_days" valueNumeric="30"/>
|
||||
<where>unique_uuid = 'p4lk3bcx1RStqTaIVVbXs'</where>
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user