Skip to content

Commit

Permalink
Update citewfs-1.0 to use postgis2 db creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarsballe committed Oct 17, 2017
1 parent ab3b296 commit 54b2f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/citewfs-1.0/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dropdb -U cite cite
createdb -U cite cite
psql -U cite -d cite -c "CREATE extension postgis;"
psql -U cite cite < cite_data.sql
psql -U cite cite < cite_data_postgis2.sql

0 comments on commit 54b2f30

Please sign in to comment.