DEV: Update annotations.
This commit is contained in:
parent
ac004297fa
commit
0e5c7f5da7
|
@ -228,17 +228,21 @@ end
|
|||
#
|
||||
# Table name: remote_themes
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# remote_url :string not null
|
||||
# remote_version :string
|
||||
# local_version :string
|
||||
# about_url :string
|
||||
# license_url :string
|
||||
# commits_behind :integer
|
||||
# remote_updated_at :datetime
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# private_key :text
|
||||
# branch :string
|
||||
# last_error_text :text
|
||||
# id :integer not null, primary key
|
||||
# remote_url :string not null
|
||||
# remote_version :string
|
||||
# local_version :string
|
||||
# about_url :string
|
||||
# license_url :string
|
||||
# commits_behind :integer
|
||||
# remote_updated_at :datetime
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# private_key :text
|
||||
# branch :string
|
||||
# last_error_text :text
|
||||
# authors :string
|
||||
# theme_version :string
|
||||
# minimum_discourse_version :string
|
||||
# maximum_discourse_version :string
|
||||
#
|
||||
|
|
|
@ -202,6 +202,7 @@ end
|
|||
# theme_ids :integer default([]), not null, is an Array
|
||||
# hide_profile_and_presence :boolean default(FALSE), not null
|
||||
# text_size_key :integer default(0), not null
|
||||
# text_size_seq :integer default(0), not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue