internetee-registry/db/migrate/20150416080828_add_currency_to_account.rb
2015-04-29 16:51:11 +03:00

5 lines
121 B
Ruby

class AddCurrencyToAccount < ActiveRecord::Migration
def change
add_column :accounts, :currency, :string
end
end