mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-31 23:10:01 +02:00
Explicitely declare flask migrate
This commit is contained in:
parent
2a8808bdec
commit
4a7eb1eb6c
@ -47,3 +47,7 @@ class PrefixMiddleware(object):
|
||||
app.wsgi_app = self
|
||||
|
||||
proxy = PrefixMiddleware()
|
||||
|
||||
|
||||
# Data migrate
|
||||
migrate = flask_migrate.Migrate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user