Which version and edition of Flyway are you using?
Enterprise Edition 6.2.3
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Command-line
Which database are you using (type & version)?
Oracle 18c Enterprise Edition
Which operating system are you using?
Windows
What did you do?
I had a sql folder with one migration script in it, which was applied to my database. I deleted the applied migration's entry from the schema history table then ran flyway info -json.
What did you expect to see?
I expected to see the info output as json and showing the migration script's state as pending.
When I run flyway info without the -json arg, I am seeing the correct result:
What did you see instead?
The text was updated successfully, but these errors were encountered:
Which version and edition of Flyway are you using?
Enterprise Edition 6.2.3
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Command-line
Which database are you using (type & version)?
Oracle 18c Enterprise Edition
Which operating system are you using?
Windows
What did you do?
I had a sql folder with one migration script in it, which was applied to my database. I deleted the applied migration's entry from the schema history table then ran
flyway info -json
.What did you expect to see?
I expected to see the info output as json and showing the migration script's state as pending.
When I run
flyway info
without the -json arg, I am seeing the correct result:What did you see instead?
The text was updated successfully, but these errors were encountered: