logo

mastofe

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

20170405112956_add_index_on_mentions_status_id.rb (123B)


  1. class AddIndexOnMentionsStatusId < ActiveRecord::Migration[5.0]
  2. def change
  3. add_index :mentions, :status_id
  4. end
  5. end