Show More
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
References:
File last commit:
Show/Diff file:
Action:
db/migrate/016_add_task_to_grader_process.rb | 9 lines | 206 B | text/x-ruby | RubyLexer |
update migration
r822 class AddTaskToGraderProcess < ActiveRecord::Migration[4.2]
jittat
add grader list...
r32 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