Show More
Commit Description:
- login report...
Commit Description:
- login report - fix bugs on pagination on user manage
File last commit:
Show/Diff file:
Action:
db/migrate/20200405112919_add_index_to_login.rb | 5 lines | 108 B | text/x-ruby | RubyLexer |
class AddIndexToLogin < ActiveRecord::Migration[5.2]
def change
add_index :logins, :user_id
end
end