about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/domain_allow.rb1
-rw-r--r--app/models/status.rb1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/models/domain_allow.rb b/app/models/domain_allow.rb
index 5fe0e3a29..734284e59 100644
--- a/app/models/domain_allow.rb
+++ b/app/models/domain_allow.rb
@@ -8,6 +8,7 @@
 #  domain     :string           default(""), not null
 #  created_at :datetime         not null
 #  updated_at :datetime         not null
+#  hidden     :boolean          default(FALSE)
 #
 
 class DomainAllow < ApplicationRecord
diff --git a/app/models/status.rb b/app/models/status.rb
index 594ae98c0..e4d94186e 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -22,7 +22,6 @@
 #  application_id         :bigint(8)
 #  in_reply_to_account_id :bigint(8)
 #  local_only             :boolean
-#  full_status_text       :text             default(""), not null
 #  poll_id                :bigint(8)
 #  content_type           :string
 #  deleted_at             :datetime