transferred Code Ocean from original repository to GitHub
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddInstructionsToExercises < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :exercises, :instructions, :text
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user