Expose version history for all supported tables

mostly for sake of products, but various..
This commit is contained in:
Lance Edgar 2017-07-15 02:46:39 -05:00
parent 5be3671a77
commit bea28e97e9
14 changed files with 31 additions and 6 deletions

View file

@ -158,6 +158,8 @@ class EmployeesView(MasterView):
(model.Person, 'uuid', 'person_uuid'),
(model.EmployeePhoneNumber, 'parent_uuid'),
(model.EmployeeEmailAddress, 'parent_uuid'),
(model.EmployeeStore, 'employee_uuid'),
(model.EmployeeDepartment, 'employee_uuid'),
]