about summary refs log tree commit diff
path: root/db/migrate/20170829215220_remove_status_pins_account_index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170829215220_remove_status_pins_account_index.rb')
-rw-r--r--db/migrate/20170829215220_remove_status_pins_account_index.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20170829215220_remove_status_pins_account_index.rb b/db/migrate/20170829215220_remove_status_pins_account_index.rb
new file mode 100644
index 000000000..e0144242e
--- /dev/null
+++ b/db/migrate/20170829215220_remove_status_pins_account_index.rb
@@ -0,0 +1,6 @@
+class RemoveStatusPinsAccountIndex < ActiveRecord::Migration[5.1]
+  def change
+    remove_index :status_pins, :account_id
+    remove_index :status_pins, :status_id
+  end
+end