about summary refs log tree commit diff
path: root/app/models/custom_filter_status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/custom_filter_status.rb')
-rw-r--r--app/models/custom_filter_status.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/custom_filter_status.rb b/app/models/custom_filter_status.rb
index b6bea1394..e748d6963 100644
--- a/app/models/custom_filter_status.rb
+++ b/app/models/custom_filter_status.rb
@@ -5,7 +5,7 @@
 #
 #  id               :bigint(8)        not null, primary key
 #  custom_filter_id :bigint(8)        not null
-#  status_id        :bigint(8)        default(""), not null
+#  status_id        :bigint(8)        not null
 #  created_at       :datetime         not null
 #  updated_at       :datetime         not null
 #