adds denormalization to budget::ballot::lines
This commit is contained in:
7
db/migrate/20160610094658_desnormalize_ballot_line.rb
Normal file
7
db/migrate/20160610094658_desnormalize_ballot_line.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class DesnormalizeBallotLine < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_ballot_lines, :budget_id, :integer, index: true
|
||||
add_column :budget_ballot_lines, :group_id, :integer, index: true
|
||||
add_column :budget_ballot_lines, :heading_id, :integer, index: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user