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.
I am facing the issue in Windows as well as Unix OS.
I am not using placeholders.
I am reading the database connection properties from a properties file.
@samidha14 Thanks for the report and sorry for the late reply. Could you provide a small zip with a test case to reproduce this? I can't seem to reproduce it on my end.
select "script" from "schema_version";
O/P is:
/V0002__TEST.sql
My Maven plugin is configured as below:
com.googlecode.flyway
flyway-maven-plugin
2.2.1
jdbc:oracle:thin:${db.user}/${db.password}@//${db.host}:${db.port}/${db.sid}
${db.user}
true
filesystem:${basedir}/${repositoryhub}/${migration.directory}
Why is the file name always prefixed with a forward slash.
The text was updated successfully, but these errors were encountered: