Remove commitchange specific postgres restore script

This commit is contained in:
Eric Schultz 2018-06-05 16:06:47 -05:00
parent a9f3d2de81
commit cf63c9dad2

View file

@ -1,5 +1,4 @@
#!/bin/bash
set -e
curl -o latest.dump `heroku pg:backups public-url -a commitchange`
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U admin -d commitchange_development latest.dump
pg_restore --verbose --clean --no-acl --no-owner -h db -U admin -d commitchange_development latest.dump