fix migration
This commit is contained in:
parent
5d9928bd70
commit
71efe63ca9
|
@ -46,7 +46,7 @@ def get_inv():
|
|||
|
||||
|
||||
def init_app():
|
||||
app = Devicehub(inventory=DevicehubConfig.DB_SCHEMA)
|
||||
app = Devicehub(inventory=f'{get_inv()}')
|
||||
app.app_context().push()
|
||||
|
||||
|
||||
|
|
Reference in New Issue