Replies: 3 comments 10 replies
-
/cc @stuartwdouglas |
Beta Was this translation helpful? Give feedback.
0 replies
-
Devservices is a really problem, by default always FAILS, i spendt a lot of time with this fucking problem. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@adarshahd could you create an issue with a small Maven reproducer explaining exactly what your problem is? We will have a look. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know what are the available properties for the container-properties.
I have a migration sql inside resources/db/migration, which specifies the database name (ex: CREATE SCHEMA IF NOT EXISTS
posts
). It results in error during migration because Flyway assumes database name to be 'default' (From DevServices).I guessed several different options for the container-properties so that I could change the database name, but doesn't work. I would like to know the options. Thanks in advance.
As a workaround if I remove the database name in the migration sql, then everything works fine.
Beta Was this translation helpful? Give feedback.
All reactions