This commit is contained in:
6
scripts/migrate.sh
Executable file
6
scripts/migrate.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
for s in auth profiles match chat payments; do
|
||||
docker compose run --rm $s alembic revision --autogenerate -m "init"
|
||||
docker compose run --rm $s alembic upgrade head
|
||||
|
||||
done
|
||||
Reference in New Issue
Block a user