Show More
Commit Description:
fixed empty main/test bug...
Commit Description:
fixed empty main/test bug
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@90 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
db/migrate/016_add_task_to_grader_process.rb
| 9 lines
| 211 B
| text/x-ruby
| RubyLexer
|
|
r32 | class AddTaskToGraderProcess < ActiveRecord::Migration | ||
def self.up | ||||
add_column :grader_processes, :task_id, :integer | ||||
end | ||||
def self.down | ||||
remove_column :grader_processes, :task_id, :integer | ||||
end | ||||
end | ||||