parent
afbcc3f8d3
commit
fa36e6d2b0
@ -0,0 +1,5 @@
|
|||||||
|
class AddColumToSeemsRateableRates < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :seems_rateable_rates, :is_teacher_score, :integer, default: 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue