Add contracts table / start building out watch contracts

This commit is contained in:
Matt Krump
2017-11-09 15:06:01 -06:00
parent 84205a21ea
commit 30fadffb14
11 changed files with 129 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if [ $# -eq 1 ]
then
migrate create -dir ./migrations -ext sql $1
migrate create -dir ./db/migrations -ext sql $1
else
echo "**An Error Occurred**"
echo "Usage: ./scripts/create_migration <migration-name>"