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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -