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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 1a5197e88..731bb6eee 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -25,7 +25,7 @@
 #  poll_id                :bigint(8)
 #  content_type           :string
 #  deleted_at             :datetime
-#  edited                 :integer          default(0)
+#  edited                 :integer          default(0), not null
 #
 
 class Status < ApplicationRecord