felicity-lims/backend/felicity_lims/al_upgrade.sh

5 lines
94 B
Bash
Raw Normal View History

2021-01-06 19:52:14 +08:00
#! /usr/bin/env bash
echo "MIGRATING THE DB ... ..."
alembic upgrade head
echo "DONE ... ..."