Add the concept of multiple environments

* Right now, the two environments are Public and Private
    * This was to reflect the two blockchains we run against
This commit is contained in:
Eric Meyer
2017-11-01 12:15:55 -05:00
parent 121511f10d
commit 102beb11e3
12 changed files with 113 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if [ $# -eq 1 ]
then
migrate -database postgresql://localhost:5432/postgres create -dir ./migrations -ext sql $1
migrate create -dir ./migrations -ext sql $1
else
echo "**An Error Occurred**"
echo "Usage: ./scripts/create_migration <migration-name>"