Flyway - Cant run Multiple sql Scripts -


my files - v3.2-alter.sql , v3.2-3insert_fmcc.sql

if running flyway - error ..

[error] failed execute goal org.flywaydb:flyway-maven-plugin:3.2.1:migrate (default) on project snapdealops: org.flywaydb.core.api.flywayexception: found more 1 migration version 3.2 offenders:

[error] -> /home/kartikeya/git/snapdealops/mysqldb/release-v3.2/v3.2-1alter.sql (sql) [error] -> /home/kartikeya/git/snapdealops/mysqldb/release-

v3.2/v3.2-3insert_fmcc.sql (sql)

cant run multiple sql scripts single version . have put queries in single file .

if want 2 files, need give them 2 versions (like 3.2.0.0.1 , 3.2.0.0.2). how order of application defined.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -