3 lines
96 B
Bash
3 lines
96 B
Bash
#!/bin/sh
|
|
alembic -c server/backend/database/alembic/alembic.ini upgrade head
|
|
exec python run.py |