#!/bin/bash
set -e
cd ${QUAYDIR:-"/"}

# Run the database migration
PYTHONPATH=${QUAYPATH:-"."} venv/bin/alembic upgrade head