mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
add allowed_ips to api_keys
update annotations
This commit is contained in:
@ -1,3 +1,17 @@
|
||||
class UserField < ActiveRecord::Base
|
||||
validates_presence_of :name, :description, :field_type
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: user_fields
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# name :string(255) not null
|
||||
# field_type :string(255) not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# editable :boolean default(FALSE), not null
|
||||
# description :string(255) not null
|
||||
# required :boolean default(TRUE), not null
|
||||
#
|
||||
|
Reference in New Issue
Block a user