8 lines
75 B
Bash
8 lines
75 B
Bash
#! /usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
# Run migrations
|
|
alembic upgrade head
|