Actions
Task #3174
closedUser does not have a UUID
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Most models inherit from a Model class in base that forces them to have a UUID instead of an incremental int id[0] but the User model does not[1] so it has a int id.
Actions
Update user model to have a UUID
fixes #3174 https://pulp.plan.io/issues/3174