logo

mastofe

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

20170516072309_add_index_accounts_on_uri.rb (112B)


  1. class AddIndexAccountsOnUri < ActiveRecord::Migration[5.0]
  2. def change
  3. add_index :accounts, :uri
  4. end
  5. end