Created
November 5, 2014 23:29
-
-
Save gmas/5eba9f4d661a9528101c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
RAILS_ENV=test be rake db:drop db:create | |
psql weedmaps_test | |
drop extension postgis | |
create extension postgis | |
RAILS_ENV=test rake db:schema:load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fun fact: You can run those psql commands from your shell like so: