osem-fcy/db/migrate/20140523145705_add_amount_to_supporter_level.rb
2014-05-23 22:05:14 +05:30

5 lines
131 B
Ruby

class AddAmountToSupporterLevel < ActiveRecord::Migration
def change
add_column :supporter_levels, :amount, :float
end
end