7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
if [ -f .env ]; then
|
|
source .env
|
|
fi
|
|
|
|
cd sql/schema
|
|
goose mysql $DATABASE_URL up
|