parent
520811fdc7
commit
19003f27fc
@ -0,0 +1,5 @@
|
||||
class AddIsCopyToCourse < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :courses, :is_copy, :integer, :default => 0
|
||||
end
|
||||
end
|
Loading…
Reference in new issue