Files
Dyxless/runscripts/postgres/updatedb.sh
2021-08-18 19:50:31 +03:00

8 lines
88 B
Bash

set echo off
export FLASK_APP=dyxless
flask db init
flask db migrate
flask db upgrade