CMSgov/dpc-app

View on GitHub
dpc-web/db/migrate/20190911175348_add_created_at_index_to_users.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddCreatedAtIndexToUsers < ActiveRecord::Migration[5.2]
  def change
    add_index :users, :created_at
  end
end