osem-fcy/db/migrate/20140523145705_add_amount_to_supporter_level.rb

6 lines
131 B
Ruby
Raw Normal View History

2014-05-23 21:21:11 +05:30
class AddAmountToSupporterLevel < ActiveRecord::Migration
def change
add_column :supporter_levels, :amount, :float
end
end