~cytrogen/masto-fe

ref: 9b2bc3d1de301c686208b43a8efef5bc808f8e4e masto-fe/db/migrate/20170405112956_add_index_on_mentions_status_id.rb -rw-r--r-- 154 bytes
9b2bc3d1 — Eugen Rochko Add recent searches in web UI (#26834) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

class AddIndexOnMentionsStatusId < ActiveRecord::Migration[5.0]
  def change
    add_index :mentions, :status_id
  end
end