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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -