python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Boot: start liquibase changes only once Tomcat started
Right now, my Liquibase scripts are integrated in my product (a Spring boot application). I would like to know if there is an easy way to postpone the Liquibase changes once Tomcat has finished to sta...
le-cardinal
Votes: 0
Answers: 1
Liquibase: I have a table with 4 columns. I want to add another column called UUID. How to generate values that match Java UUID for existing objects?
I have a table with 4 columns. I want to add another column called UUID. How to generate values that match java UUID for existing objects? For example, Present database status
ID NAME AGE GENDER
1 ...
chlebq
Votes: 0
Answers: 1
Liquibase creates column as BIGINT in Postgres even though "INT" is specified in config
I have the following liquibase script snippet:
<changeSet author="h311z" id="20220406-1" runInTransaction="false">
<createTable tableName="states&qu...
h331z
Votes: 0
Answers: 1
ValidationFailedException after Liquibase update to 4.9.1
We were using older Liquibase that we now wanted to update to 4.9.1 due to vulnerabilities in older versions. However, now at least one of our old migrations fails with ValidationFailedException:
Invo...
wilx
Votes: 0
Answers: 1