4 lines
111 B
Bash
4 lines
111 B
Bash
|
#!/usr/bin/env bash
|
||
|
source .env
|
||
|
DATABASE_URL=postgres://$DBUSER:$DBPASS@$DBHOST:$DBPORT npx node-pg-migrate $*
|