Skip to content

Add additional commit outside of loop

Francis Li requested to merge fix-failed-migration into dev

@DSASanFrancisco/portal-members

This addresses a migration failure when running from a clean state:

migrate_1 | INFO [alembic.runtime.migration] Running upgrade 18189415ac5a -> 57f9bc49bcd7, Add an owner to meetings migrate_1 | FAILED: Migration "upgrade 18189415ac5a -> 57f9bc49bcd7, Add an owner to meetings" has left an uncommitted transaction opened; transactional_ddl is False so Alembic is not committing transactions migrate_1 | ERROR [alembic.util.messaging] Migration "upgrade 18189415ac5a -> 57f9bc49bcd7, Add an owner to meetings" has left an uncommitted transaction opened; transactional_ddl is False so Alembic is not committing transactions membership_api_migrate_1 exited with code 255

SUMMARY

I have:

  • Included a summary of the changes
  • Linked all relevant Trello tickets to this request
  • Linked all relevant GitLab issues to this request (optional -- prefer Trello, but GitLab is easier for fast-follow cleanup issues)
  • Listed all dependent merge requests in this summary (optional)

Merge request reports