UCF / Search-Service-Django

A django based REST API for accessing search data and related data management tools.
0 stars 0 forks source link

Update Employee taxonomical fields #289

Closed jmbarne3 closed 3 years ago

jmbarne3 commented 3 years ago

Update the division, organization, department and college fields on the Employee model to ManyToMany fields, to reflect that an employee can be a member of more than one.

jmbarne3 commented 3 years ago

Solved in #294