Use INTEGER instead of INT in Liquibase changelog
FEA: ItEr77S07PersonalTimesheetsPeriodictyConfiguration
This commit is contained in:
parent
38b47b1fea
commit
a4aab1ddfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue