From e56e3d187f8ddd3db72fc90c5d200f552d5c1c04 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 17 Sep 2020 12:05:45 -0500 Subject: [Filters] Merge thread muting and hiding into a single action --- db/migrate/20200720211530_add_hidden_to_conversation_mute.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 db/migrate/20200720211530_add_hidden_to_conversation_mute.rb (limited to 'db') diff --git a/db/migrate/20200720211530_add_hidden_to_conversation_mute.rb b/db/migrate/20200720211530_add_hidden_to_conversation_mute.rb deleted file mode 100644 index aa7b31d8b..000000000 --- a/db/migrate/20200720211530_add_hidden_to_conversation_mute.rb +++ /dev/null @@ -1,7 +0,0 @@ -class AddHiddenToConversationMute < ActiveRecord::Migration[5.2] - def change - safety_assured do - add_column :conversation_mutes, :hidden, :boolean, default: false, null: false - end - end -end -- cgit