ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add a `OrganizationMember` model #80

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add an OrganizationMember model which joins Perosn to Organization, and optionally OrganizationDepartment. It should also have a status or active attribute to track when a person leaves an organization.

postmodern commented 11 months ago

Implemented in b653afc and merged into the 0.2.0 branch.