mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +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 |