Show More
Commit Description:
- fix hof when user is deleted...
Commit Description:
- fix hof when user is deleted - user/:id/stat only show available problem for non-admin user
File last commit:
Show/Diff file:
Action:
db/migrate/20170310110146_add_index_to_task.rb | 5 lines | 107 B | text/x-ruby | RubyLexer |
class AddIndexToTask < ActiveRecord::Migration
def change
add_index :tasks, :submission_id
end
end