Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info: Synthetic migrations (like SCHEMA) should not show up as repeatable #2045

Closed
axelfontaine opened this issue Jun 19, 2018 · 0 comments
Closed

Comments

@axelfontaine
Copy link
Contributor

Current:

+------------+---------+------------------------------+----------+---------------------+---------+----------+
| Category   | Version | Description                  | Type     | Installed On        | State   | Undoable |
+------------+---------+------------------------------+----------+---------------------+---------+----------+
| Repeatable |         | << Flyway Schema Creation >> | SCHEMA   | 2018-06-19 11:38:58 | Success |          |

Expected:

+------------+---------+------------------------------+----------+---------------------+---------+----------+
| Category   | Version | Description                  | Type     | Installed On        | State   | Undoable |
+------------+---------+------------------------------+----------+---------------------+---------+----------+
|            |         | << Flyway Schema Creation >> | SCHEMA   | 2018-06-19 11:38:58 | Success |          |
@axelfontaine axelfontaine added this to the Flyway 5.2.0 milestone Jun 19, 2018
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue Jun 19, 2018
dohrayme pushed a commit to dohrayme/flyway that referenced this issue Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant