Merge pull request #3121 from quay/project/upload-tar
Q.E. User can upload a tarball config to modify
This commit is contained in:
commit
f32bbf1fdc
35 changed files with 398 additions and 75 deletions
|
@ -118,7 +118,7 @@ class SuperUserSetupDatabase(ApiResource):
|
|||
log_handler = _AlembicLogHandler()
|
||||
|
||||
try:
|
||||
run_alembic_migration(log_handler)
|
||||
run_alembic_migration(app.config['DB_URI'], log_handler)
|
||||
except Exception as ex:
|
||||
return {
|
||||
'error': str(ex)
|
||||
|
|
Reference in a new issue