lib/timescaledb/job_stats.rb in timescaledb-0.2.5 vs lib/timescaledb/job_stats.rb in timescaledb-0.2.6

- old
+ new

@@ -1,6 +1,6 @@ module Timescaledb - class JobStat < ActiveRecord::Base + class JobStat < ::Timescaledb::ApplicationRecord self.table_name = "timescaledb_information.job_stats" belongs_to :job # attribute :last_run_duration, :interval