Posts
Sort by recent activity
baseline migration doesn't work
I used baseline migration in SpringBoot Project with flyway maven plugin, the file's name was "B3__create_table.sql" in dictionary of db/migration, but the sql don't work. When i changed the name ...