Fixed problem with last LiquiBase change in PostgreSQL.
it set defaultNullValue to true, in order to update the value to true if the value is null. Execute the next SQL sentence in your database if you want to keep working with your current database: UPDATE DATABASECHANGELOG SET MD5SUM='3:0542da97fbff41b95f9cf5ef10ffa322' WHERE ID='add-new-column-enabled-autocomplete-login' AND AUTHOR='smontes' AND FILENAME='src/main/resources/db.changelog-1.1.xml'; FEA:ItEr74S04BugFixing
This commit is contained in:
parent
6d3d3a6b2c
commit
d254e4988d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
defaultValueBoolean="TRUE" />
|
||||
<addNotNullConstraint tableName="configuration"
|
||||
columnName="enabled_autocomplete_login"
|
||||
defaultNullValue="FALSE"
|
||||
defaultNullValue="TRUE"
|
||||
columnDataType="BOOLEAN" />
|
||||
</changeSet>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue