From a5c518b1df9ad6253f9d3f79c35e27429b792e8e Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 17 Nov 2019 19:11:35 -0600 Subject: Add `filter_undescribed` column to `accounts` table. --- app/models/account.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/models/account.rb b/app/models/account.rb index e09690893..36616c789 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -55,6 +55,7 @@ # force_private :boolean default(FALSE), not null # unboostable :boolean default(FALSE), not null # block_anon :boolean default(FALSE), not null +# filter_undescribed :boolean default(FALSE), not null # class Account < ApplicationRecord -- cgit