felicity-lims/felicity/prestart.sh

11 lines
160 B
Bash
Raw Normal View History

2023-04-10 20:23:31 +08:00
#! /usr/bin/env bash
# Let the DB start
python backend_pre_start.py
# Run migrations
alembic upgrade head
# Create initial data in DB
python initial_data.py