]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20170222134109_add_user_indexes.rb
Remove the api_fixtures call from changeset model tests, since they do not need the...
[rails.git] / db / migrate / 20170222134109_add_user_indexes.rb
1 class AddUserIndexes < ActiveRecord::Migration
2   def change
3     add_index :oauth_tokens, [:user_id]
4     add_index :client_applications, [:user_id]
5   end
6 end