Questions tagged [liquibase-hibernate]

Liquibase plugin for Hibernate that lets this be configured as a comparison database for Liquibase commands.

Liquibase plugin for Hibernate that lets this be configured as a comparison database for diff, diffChangeLog and generateChangeLog commands of Liquibase.

163 questions
0
votes
1 answer

Move rows from one table to another liquibase

I need to drop one table, but before I need to move all the data that is in that table to another table with xml liquibase. I tried with update but it is giving ORA-00936: missing expression. Can someone help please ? What is the syntax / correct…
sticky_elbows
  • 1,344
  • 1
  • 16
  • 30
0
votes
1 answer

Liquibase hibernate sequence tabel dosen't exist

Table 'liquibase_db.hibernate_sequence' doesn't exist.So I am getting this type of error while I post data from the postman. I tried to solve that problem I tried to add hibernate sequence It's not working.
Rahezam
  • 1
  • 1
0
votes
1 answer

What is the difference between liquibase and Hibernate?

How can I use both in same SpringBoot project? Will it not create conflict which one is going to create tables?
0
votes
1 answer

Issue with "language" keyword, after upgrading h2 database to 2.1.210

I am currently working on spring boot jpa applicaiton. it used to work normally with h2 1.4.196. After I upgrade to h2 to latest version(2.1.210). I am facing issues with the application. I am facing issues with using reserved keywords in…
khasim
  • 11
  • 2
0
votes
1 answer

Liquibase drop foreign key constraints issue

We have the foreign key set up on a table and would now like to delete them. In order to delete them, I have the following changeset