From fd9a1711296d923c56a3954fd691e01b54ee93e5 Mon Sep 17 00:00:00 2001 From: Surinna Curtis Date: Wed, 13 Sep 2017 22:35:48 -0500 Subject: fix typos in the migration --- app/models/mute.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/mute.rb') diff --git a/app/models/mute.rb b/app/models/mute.rb index 40fb3f0f2..0d597a275 100644 --- a/app/models/mute.rb +++ b/app/models/mute.rb @@ -8,7 +8,7 @@ # target_account_id :integer not null # created_at :datetime not null # updated_at :datetime not null -# hide_notifications :boolean default(FALSE), not null +# hide_notifications :boolean default(TRUE), not null # class Mute < ApplicationRecord -- cgit