Files
CoPay/backend/scripts/prestart.sh
T
2024-11-17 02:31:42 +03:00

8 lines
75 B
Bash

#! /usr/bin/env bash
set -e
set -x
# Run migrations
alembic upgrade head