data-migrate
data-migrate copied to clipboard
Is it possible to check for pending data migrations automatically?
Like schema migrations, you will get an error locally if you have pending schema migrations to run. Is this possible for data migrations as well? It looks like it once existed (https://github.com/ilyakatz/data-migrate/issues/199) but I am not seeing any code anymore.
Do you otherwise need to use the rake tasks to check manually?