Use INTEGER instead of INT in Liquibase changelog

FEA: ItEr77S07PersonalTimesheetsPeriodictyConfiguration
This commit is contained in:
Manuel Rego Casasnovas 2012-08-30 10:02:55 +02:00
parent 38b47b1fea
commit a4aab1ddfa

View file

@ -32,7 +32,7 @@
author="mrego">
<comment>Add personal_timesheets_periodicity column to configuration</comment>
<addColumn tableName="configuration">
<column name="personal_timesheets_periodicity" type="INT" />
<column name="personal_timesheets_periodicity" type="INTEGER" />
</addColumn>
<update tableName="configuration">
<column name="personal_timesheets_periodicity" value="0" />