Files
discourse/app/models/onceoff_log.rb
T

17 lines
318 B
Ruby
Raw Normal View History

2016-04-07 14:32:31 -04:00
class OnceoffLog < ActiveRecord::Base
end
2016-05-30 10:45:32 +10:00
# == Schema Information
#
# Table name: onceoff_logs
#
# id :integer not null, primary key
# job_name :string
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_onceoff_logs_on_job_name (job_name)
#