parent
c71e5ea1ea
commit
a6d88c6a6f
@ -0,0 +1,5 @@
|
|||||||
|
class AddExcellentToSubject < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :subjects, :excellent, :boolean, :default => false
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue