Merge pull request #3121 from quay/project/upload-tar

Q.E. User can upload a tarball config to modify
This commit is contained in:
Sam Chow 2018-06-22 14:50:21 -04:00 committed by GitHub
commit f32bbf1fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 398 additions and 75 deletions

View file

@ -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)