mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 12:34:34 +08:00
add allowed_ips to api_keys
update annotations
This commit is contained in:
@ -3,3 +3,20 @@ class Warning < ActiveRecord::Base
|
||||
belongs_to :topic
|
||||
belongs_to :created_by, class_name: 'User'
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: warnings
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# topic_id :integer not null
|
||||
# user_id :integer not null
|
||||
# created_by_id :integer not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_warnings_on_topic_id (topic_id) UNIQUE
|
||||
# index_warnings_on_user_id (user_id)
|
||||
#
|
||||
|
Reference in New Issue
Block a user