I'm trying to get Flyway 1.5 to work under Jebus 7 and when I call Migrate () I give BaseDir DB / Migration executed from directory and I have no migration and there is no migration and I have migration under PROJECT_ROOT / src / main / resources / db / Migration I Migration file name is V1__Test.sql. I should tell that I clearly set up BASADEAR and that the schema_version table has version 0 (as defined by flyway.init ()).
I also got Flyway 1.6; 1.6.1 and I was getting the VFS protocol exception because I have looked under some known 1.6 issues.
Any suggestions?
Regards, Jim
Flyway 1.7 that is released today is your problem Should fix
Comments
Post a Comment