You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Liquibase:diff for a timestamp column with a default value, Liquibase keeps adding addDefaultValue even if the default value is already set in the table.
Hi,
Running Liquibase:diff for a timestamp column with a default value, Liquibase keeps adding addDefaultValue even if the default value is already set in the table.
Versions:
liquibase-core: 4.21.1
liquibase-hibernate5: 4.21.1
spring boot: 2.7.5
org.postgresql:postgresql: 42.3.7
java: 11
liquibase.properties:
Example entity:
Initial changelog to create this table:
Subsequent changelogs:
The text was updated successfully, but these errors were encountered: