Add community to investments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCommunityToBudgetInvestments < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :budget_investments, :community, index: true, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user