Skip to content

Set Meeting owner_id nullable=False to match db schema

Francis Li requested to merge fix-meeting-owner-id into dev

@DSASanFrancisco/portal-members

This adds the necessary nullable=False attribute to the Meeting owner_id field so that it matches the constraint as created in the migration in the db schema. Otherwise, the next time you run "make migration", Alembic will add an alter table instruction for it.

Summary

I have:

  • Included a summary of the changes
  • Linked to this merge request from AirTable
  • Add all dependent merge requests

Merge request reports