mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
annotate models
(reminder run RAILS_ENV=test bin/annotate once in a while)
This commit is contained in:
parent
e922db82fb
commit
089b1d164c
11 changed files with 85 additions and 14 deletions
|
@ -1,2 +1,16 @@
|
|||
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)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue