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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 022296145..76923ab21 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -25,9 +25,9 @@
 #  poll_id                :bigint(8)
 #  content_type           :string
 #  tsv                    :tsvector
-#  curated                :boolean
+#  curated                :boolean          default(FALSE), not null
 #  sharekey               :string
-#  network                :boolean
+#  network                :boolean          default(FALSE), not null
 #
 
 class Status < ApplicationRecord