1
0

removed migratin file

This commit is contained in:
CHIEFSOFT\ameye
2025-04-06 00:04:29 -04:00
parent 751bcb7d28
commit 3b098969e2
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -47,6 +47,5 @@ def create_app():
db.init_app(app)
migrate.init_app(app, db)
db.create_all()
return app