helpwave / rest-api

The official restful application programming interface of helpwave
https://api.helpwave.de
Mozilla Public License 2.0
5 stars 0 forks source link

Modify models of all ownable entities to reflect the org their owned by #99

Open FoseFx opened 1 year ago

FoseFx commented 1 year ago

We can either do this by adding a owned_by field to every table that keeps entities that are owned by an org or using a single owned_by table that maps every entity to its owner.