mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 19:29:58 +00:00
Removed packages that aren't used and assed a script to generate db upgrade
This commit is contained in:
5
migrate.py
Normal file
5
migrate.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app import app
|
||||
from flask_migrate import migrate
|
||||
|
||||
with app.app_context():
|
||||
migrate()
|
||||
Reference in New Issue
Block a user