ebean-orm / ebean-migration

DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9 stars 5 forks source link

"INIT" repeatable type stored as "R" in migration table when it would be nice to have it as "I" #53

Closed rbygrave closed 6 years ago

rbygrave commented 6 years ago

So the db_migration table has a mtype column storing "R" for Repeatable and "V" for version.

Now that we have added the "Init" repeatable type it would be nice if "I" was stored and returned as the migration type for these "Init repeatable" migrations (rather than "R" currently).