about summary refs log tree commit diff
path: root/db/migrate/20170516072309_add_index_accounts_on_uri.rb
blob: d98e9faa5aaf09904e5c35a0bd774e1731febfb6 (plain) (blame)
1
2
3
4
5
class AddIndexAccountsOnUri < ActiveRecord::Migration[5.0]
  def change
    add_index :accounts, :uri
  end
end