~cytrogen/masto-fe

ref: 67055b034300393bd9a345bc057e86baa848ae35 masto-fe/db/migrate/20170829215220_remove_status_pins_account_index.rb -rw-r--r-- 174 bytes
67055b03 — Claire Fix import order inconsistencies (#2289) 2 years ago
                                                                                
1
2
3
4
5
6
class RemoveStatusPinsAccountIndex < ActiveRecord::Migration[5.1]
  def change
    remove_index :status_pins, :account_id
    remove_index :status_pins, :status_id
  end
end