pic_vert_app/db/migrate/20130318194918_add_plume_to_sheets.rb

6 lines
113 B
Ruby

class AddPlumeToSheets < ActiveRecord::Migration
def change
add_column :sheets, :plume, :boolean
end
end