Adds organization_name attribute to budget investments

This commit is contained in:
kikito
2017-01-06 18:43:55 +01:00
parent 54691fe7f4
commit 3c9e08b06f
9 changed files with 31 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
class AddOrganizationNameFieldToBudgetInvestment < ActiveRecord::Migration
def change
add_column :budget_investments, :organization_name, :string
end
end