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

9 lines
83 B
Batchfile

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