PCv5/scripts/migrate.sh

4 lines
58 B
Bash
Executable File

#!/usr/bin/env sh
flask db migrate -m $1
flask db upgrade