socialforge/db/migrate/20151118014720_add_show_res...

6 lines
129 B
Ruby

class AddShowResultToExercise < ActiveRecord::Migration
def change
add_column :exercises, :show_result, :integer
end
end