You've already forked php-auth
generated from siteworxpro/Php-Template
Initial commit
This commit is contained in:
4
bin/migrate.sh
Executable file
4
bin/migrate.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
eval #!/bin/sh
|
||||
set -e
|
||||
|
||||
migrate -path /app/db/migrations -database "postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOST:$DB_PORT/$DB_DATABASE?sslmode=disable" up
|
||||
Reference in New Issue
Block a user