Skip to content

fix(model-team): make team_id not nullable

Jure requested to merge fix_null_team_member into master

BREAKING CHANGE: Team_id is no longer nullable. A team member can not be created without a team (but it can be created without a user)

fix #455 (closed)

Merge request reports