6 lines
No EOL
125 B
Bash
Executable file
6 lines
No EOL
125 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
cd ${QUAYDIR:-"/"}
|
|
|
|
# Run the database migration
|
|
PYTHONPATH=${QUAYPATH:-"."} venv/bin/alembic upgrade head |