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
I'm not sure if it's a matter of gradle plugin or liquibase hibernate plugin I use to get the differences between my entity classes and DB but when I run diffChangeLog on existing database with no differences after creating it I got an incomplete and wrong yaml file
I'm not sure if it's a matter of gradle plugin or liquibase hibernate plugin I use to get the differences between my entity classes and DB but when I run diffChangeLog on existing database with no differences after creating it I got an incomplete and wrong yaml file
databaseChangeLog:
id: 1640603860862-1
author: manlio.marchica (generated)
changes:
sequenceName: hibernate_sequence
This is the command:
gradle diffChangeLog -PchangeLogFile=liquibase-changeLog.yml
I use Gradle 6.8.3 and this is my build.gradle:
The text was updated successfully, but these errors were encountered: