Actions
Refactor #12344
closedUse Rails 4 update_all syntax migrations
Description
update_all(old,new) is no longer valid. It should be changed to where(old).update_all(new)
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2875 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 9 years ago
- Assignee set to Daniel Lobato Garcia
- Translation missing: en.field_release set to 71
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #4151: Add STI to reports and allow for registering new report types added
Updated by Daniel Lobato Garcia almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c3a34b7634f445fdd07acd7a8cb90411b36a01f7.
Actions