felicity-lims/backend/felicity_lims/al_upgrade.sh
2021-02-22 08:45:59 +02:00

5 lines
No EOL
94 B
Bash
Executable file

#! /usr/bin/env bash
echo "MIGRATING THE DB ... ..."
alembic upgrade head
echo "DONE ... ..."