Add StudyGroup to RemoteEvaluationMapping
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddStudyGroupToRemoteEvaluationMapping < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_reference :remote_evaluation_mappings, :study_group, index: true, null: true, foreign_key: true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user