Which version and edition of Flyway are you using?
6.x
If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
yes
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Java
Which database are you using (type & version)?
MariaDB 10.4.x
Which operating system are you using?
Linux
What did you do?
(Please include the content causing the issue, any relevant configuration settings, the SQL statement that failed (if relevant) and the command you ran.)
create a system versioned table
What did you expect to see?
system versioned table to be cleaned by flyway
What did you see instead?
table not removed
The text was updated successfully, but these errors were encountered:
dohrayme
added a commit
to dohrayme/flyway
that referenced
this issue
Feb 2, 2020
Which version and edition of Flyway are you using?
6.x
If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
yes
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Java
Which database are you using (type & version)?
MariaDB 10.4.x
Which operating system are you using?
Linux
What did you do?
(Please include the content causing the issue, any relevant configuration settings, the SQL statement that failed (if relevant) and the command you ran.)
create a system versioned table
What did you expect to see?
system versioned table to be cleaned by flyway
What did you see instead?
table not removed
The text was updated successfully, but these errors were encountered: