Skip to content

Commit

Permalink
add a load schema script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Choi committed Jul 4, 2013
1 parent f36bfe8 commit 49ff89c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions load.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dropdb geogossip
createdb geogossip
cat db/create.sql db/triggers.sql | psql geogossip

0 comments on commit 49ff89c

Please sign in to comment.