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).
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).