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.
Updated by Daniel Lobato Garcia about 11 years ago
https://github.com/theforeman/foreman/pull/905 addresses this issue
Updated by Dominic Cleal about 11 years ago
- Category set to Database
- Status changed from New to Ready For Testing
- Target version set to 1.4.0
Updated by Daniel Lobato Garcia about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset db6eaf4f6c6b42da412ab6af01c82ea5ad9f019f.
Updated by Greg Sutcliffe about 11 years ago
- Translation missing: en.field_release set to 2
Actions