Created
March 24, 2015 10:03
-
-
Save godfat/1f712a6b4a47c3756476 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
echo RAILS_ENV={development,test} | xargs -n1 -P2 rake db:migrate | |
echo 'rake db:structure:dump,rake db:schema:dump' | xargs -d, -n1 -P2 sh -c | |
cp db/structure.sql db/schema.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment