mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-09-18 14:18:20 +03:00
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
alembic upgrade head
|
|
|
|
python -m app.pre_restart |