Created
June 24, 2017 07:09
-
-
Save olivermt/92c7c33dc89e36eb0da16d8540435e13 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
SET MIX_ENV=fixtures | |
mix ecto.drop | |
mix ecto.create | |
psql -U postgres -c "CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public" sow_test | |
mix ecto.migrate | |
mix sow.db.fixtures | |
SET MIX_ENV= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment