Created
May 11, 2016 12:58
-
-
Save proapi/b6ac6ec5339583a4b19e39e6db247321 to your computer and use it in GitHub Desktop.
Command line to grep changes in schema.rb
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
g diff -U0 master..HEAD -- db/schema.rb | tail -n +6 | grep -e "-\|+" | grep -v -e 'ActiveRecord' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment