Files
old-ribica/front-api/db/migrate/20150318174651_add_order_to_sections.rb

6 lines
117 B
Ruby

class AddOrderToSections < ActiveRecord::Migration
def change
add_column :sections, :order, :integer
end
end