Sha256: 06ab187dd8421b999ceab16672cfb44cc31d76960be1f1ec935a42432f504f6f

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

class AddTotalAmountCurrencyToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :total_budget_currency, :string, default: "USD", null: false
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/db/migrate/20140325223451_add_total_amount_currency_to_projects.rb