lib/good_job.rb in good_job-3.30.0 vs lib/good_job.rb in good_job-3.30.1

- old
+ new

@@ -285,10 +285,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::DiscreteExecution.reset_column_information - GoodJob::DiscreteExecution.monotonic_duration_migrated? + GoodJob::DiscreteExecution.duration_interval_migrated? end ActiveSupport.run_load_hooks(:good_job, self) end