about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/status.rb')
-rw-r--r--app/models/status.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 5f25e86f6..9095c3688 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -29,6 +29,9 @@
 #  network                :boolean          default(FALSE), not null
 #  content_type           :string
 #  footer                 :text
+#  edited                 :boolean
+#  imported               :boolean
+#  origin                 :string
 #
 
 class Status < ApplicationRecord