about summary refs log tree commit diff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20200720211530_add_hidden_to_conversation_mute.rb7
1 files changed, 0 insertions, 7 deletions
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