logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20170829215220_remove_status_pins_account_index.rb (174B)


  1. class RemoveStatusPinsAccountIndex < ActiveRecord::Migration[5.1]
  2. def change
  3. remove_index :status_pins, :account_id
  4. remove_index :status_pins, :status_id
  5. end
  6. end