Adds organization_name attribute to budget investments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddOrganizationNameFieldToBudgetInvestment < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_investments, :organization_name, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user