Allow programming groups to score exercises remotely
This commit is contained in:

committed by
Sebastian Serth

parent
fe26378387
commit
3b05a44b9e
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddProgrammingGroupToRemoteEvalutionMapping < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_reference :remote_evaluation_mappings, :programming_group, index: true, null: true, foreign_key: true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user