Skip to content

Fix import of UTCDateTime

Jeff May requested to merge jeff/fix-init-migrations into dev

When UTCDateTime was moved to membership.database.types it was not updated in the alembic migrations. This should fix these issues so that a new developer can run the initial migrations to start the project.

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