socialforge/db/migrate/20160128024452_add_quotes_t...

6 lines
142 B
Ruby

class AddQuotesToHomework < ActiveRecord::Migration
def change
add_column :homework_commons, :quotes, :integer, :default => 0
end
end