Skip to content

Instantly share code, notes, and snippets.

@godfat
Created March 24, 2015 10:03
Show Gist options
  • Save godfat/1f712a6b4a47c3756476 to your computer and use it in GitHub Desktop.
Save godfat/1f712a6b4a47c3756476 to your computer and use it in GitHub Desktop.
#!/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