mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
9 lines
83 B
Batchfile
9 lines
83 B
Batchfile
|
|
@echo off
|
|
|
|
set FLASK_APP=dyxless
|
|
|
|
flask db init
|
|
flask db migrate
|
|
flask db upgrade
|