Files
Dyxless/runscripts/postgres/initdb.sh

8 lines
88 B
Bash

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