Expose version history for all supported tables
mostly for sake of products, but various..
This commit is contained in:
parent
5be3671a77
commit
bea28e97e9
14 changed files with 31 additions and 6 deletions
|
@ -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'),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue