Actions
Refactor #3144
closedRemove user_id and inherited_from from models User and UserRole
Description
Fields user_id in model User and inherited_from in model UserRole are
absolutely superfluous as they are not being used anywhere and result in
unnecessary lines of code and clutter in the database, which contains
NULL values in all cases.
Actions