mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
089b1d164c
(reminder run RAILS_ENV=test bin/annotate once in a while)
16 lines
318 B
Ruby
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)
|
|
#
|