From 36aacb3fd2837981d5cfc8354105b7dcb325065e Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 22 Oct 2020 19:32:58 -0500 Subject: Update schema --- app/models/mute.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') diff --git a/app/models/mute.rb b/app/models/mute.rb index bdd1d27d6..07135b215 100644 --- a/app/models/mute.rb +++ b/app/models/mute.rb @@ -9,9 +9,8 @@ # hide_notifications :boolean default(TRUE), not null # account_id :bigint(8) not null # target_account_id :bigint(8) not null -# hide_notifications :boolean default(TRUE), not null -# expires_at :datetime # timelines_only :boolean default(FALSE), not null +# expires_at :datetime # class Mute < ApplicationRecord -- cgit