albert's blog
Showing posts with label
liquibase
.
Show all posts
Showing posts with label
liquibase
.
Show all posts
2018/06/09
[liquibase] How to add new column in YAML?
›
Problem I attempt to add new column in existing table, how to define these change in YAML? How-To YAML will looks like: - changeS...
2018/06/08
[liquibase] How to rename column and modify data type in YAML?
›
Problem I attempt to rename an existing column name and modify its data type in liquibase, how to define these changes in YAML? How-To...
2018/02/11
[Liquibase] How to fix checksum validation error
›
Problem I am editing changelog-master.yaml, I got error message as I start up Spring boot: org . springframework . beans . factory . Bea...
2017/03/03
[liquibase] Caused by: liquibase.exception.LockException: Could not acquire change log lock
›
Problem I am running a lot of liquibase-scripts on PostgreSQL database, and get error message as I startup Spring Boot: 1 2 3 4 5...
›
Home
View web version