This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
discourse/app/models/onceoff_log.rb
Sam 089b1d164c annotate models
(reminder run RAILS_ENV=test bin/annotate once in a while)
2016-05-30 10:45:32 +10:00

16 lines
318 B
Ruby

class OnceoffLog < ActiveRecord::Base
end
# == 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)
#