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:
Manuel Rego Casasnovas 2010-12-17 10:38:12 +01:00
parent 5ad99d0bce
commit 24ae2c1a20

View file

@ -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>