mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
add allowed_ips to api_keys
update annotations
This commit is contained in:
@ -33,14 +33,14 @@ end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: site_text
|
||||
# Table name: site_texts
|
||||
#
|
||||
# text_type :string(255) not null, primary key
|
||||
# value :text not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# text_type :string(255) not null, primary key
|
||||
# value :text not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_site_text_on_text_type (text_type) UNIQUE
|
||||
# index_site_texts_on_text_type (text_type) UNIQUE
|
||||
#
|
||||
|
Reference in New Issue
Block a user