lib/good_job.rb in good_job-3.21.3 vs lib/good_job.rb in good_job-3.21.4

- old
+ new

@@ -270,10 +270,10 @@ # For use in tests/CI to validate GoodJob is up-to-date. # @return [Boolean] def self.migrated? # Always update with the most recent migration check GoodJob::Execution.reset_column_information - GoodJob::Execution.error_event_migrated? + GoodJob::Execution.cron_indices_migrated? end ActiveSupport.run_load_hooks(:good_job, self) end