felicity-lims/felicity/prestart.sh
2023-04-10 14:23:31 +02:00

10 lines
160 B
Bash
Executable file

#! /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