-
-
Save raysegantii/c3ccfe16f868b0607a6c to your computer and use it in GitHub Desktop.
Check if missing migrations from engines.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bundle exec rake railties:install:migrations FROM=$ENGINES | awk '/Copied/ { print "Missing migrations detected."; exit 1 }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment