Actions
Bug #7732
closedDB migration error: undefined method `counter_cache_column' for nil:NilClass
Description
When migrating past #7247 on an RPM installation, you will hit the following error if any Puppet classes are imported:
== FixCounters: migrating ==================================================== ** Invoke fix_cached_counters (first_time) ** Invoke environment ** Execute fix_cached_counters Correcting cached counters: (this may take a few minutes) Architecture corrected Environment corrected Operatingsystem corrected Domain corrected Realm corrected rake aborted! An error has occurred, this and all later migrations canceled: undefined method `counter_cache_column' for nil:NilClass /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/counter_cache.rb:32:in `block in reset_counters' /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/counter_cache.rb:19:in `each' /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/counter_cache.rb:19:in `reset_counters' /usr/share/foreman/lib/tasks/fix_cached_counters.rake:8:in `block (2 levels) in <top (required)>' /usr/share/foreman/lib/tasks/fix_cached_counters.rake:8:in `each' /usr/share/foreman/lib/tasks/fix_cached_counters.rake:8:in `block in <top (required)>'
Actions