forgot to push the according migration to hiding the file tree...

This commit is contained in:
Ralf Teusner
2015-10-08 18:57:48 +02:00
parent 56f2cc221a
commit 5da6e74c1c

View File

@ -0,0 +1,5 @@
class AddHideFileTreeToExercises < ActiveRecord::Migration
def change
add_column :exercises, :hide_file_tree, :boolean
end
end