Files
Dyxless/runscripts/postgres/initdb.bat

9 lines
83 B
Batchfile

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