Adds missing budget_id to investments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddBudgetIdToInvestments < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :budget_investments, :budget, index: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user