Files
grecia/db/migrate/20170822144743_add_community_to_budget_investments.rb
2017-09-05 12:52:45 +02:00

6 lines
169 B
Ruby

class AddCommunityToBudgetInvestments < ActiveRecord::Migration
def change
add_reference :budget_investments, :community, index: true, foreign_key: true
end
end