Fix bug added in previous commit "5ad99d0bce33ccaa5fb80cc7ca8535228c14009b".
Execute next sentence: UPDATE databasechangelog SET md5sum='3:8a4ed0c0131906744a85a38278180e13' WHERE id='add scheduling mode' AND author='ogonzalez' AND filename='src/main/resources/db.changelog-initial.xml'; FEA: ItEr65S06BugFixing
This commit is contained in:
parent
5ad99d0bce
commit
24ae2c1a20
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<column name="scheduling_mode" type="INTEGER" />
|
||||
</addColumn>
|
||||
<update tableName="order_table">
|
||||
<column name="schedulingMode" value="0" />
|
||||
<column name="scheduling_mode" value="0" />
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue