Fix migrations.
This commit is contained in:
@ -31,9 +31,6 @@ def create_app(config_path):
|
||||
|
||||
db.init_app(app)
|
||||
|
||||
app.config['ALEMBIC'] = {
|
||||
'script_location': 'migrations'
|
||||
}
|
||||
alembic.init_app(app)
|
||||
|
||||
# API views related stuff.
|
||||
|
Reference in New Issue
Block a user