denormalizes investments
This commit is contained in:
6
db/migrate/20160905092539_denormalize_investments.rb
Normal file
6
db/migrate/20160905092539_denormalize_investments.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class DenormalizeInvestments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_investments, :budget_id, :integer, index: true
|
||||
add_column :budget_investments, :group_id, :integer, index: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user