database migration stuff

This commit is contained in:
2026-01-10 18:34:10 -07:00
parent 15bd8ee02f
commit 8e7512965c
3 changed files with 92 additions and 0 deletions

View File

@@ -23,4 +23,7 @@ def create_app(test_config=None):
def hello():
return "'Ello, Wurld!"
from . import db
db.init_app(app)
return app