forgot to push the according migration to hiding the file tree...
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddHideFileTreeToExercises < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :exercises, :hide_file_tree, :boolean
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user