Add live dashboard for teachers in the context of an exercise
This commit also adds the fundamentals for ActionCable
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIndicesForRequestForComments < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :request_for_comments, :submission_id
|
||||
add_index :request_for_comments, :exercise_id
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user