Show More
Commit Description:
- clean up link to problem stat and user stat...
Commit Description:
- clean up link to problem stat and user stat (grafted from 45d1e12e9794a23a5431222fe2f4c7461d73a529)
File last commit:
Show/Diff file:
Action:
db/migrate/016_add_task_to_grader_process.rb | 9 lines | 201 B | text/x-ruby | RubyLexer |
jittat
add grader list...
r32 class AddTaskToGraderProcess < ActiveRecord::Migration
def self.up
add_column :grader_processes, :task_id, :integer
end
def self.down
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 remove_column :grader_processes, :task_id
jittat
add grader list...
r32 end
end