Adds budget.price and ballot.heading_id
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddHeadingIdToBudgetBallot < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_ballots, :heading_id, :integer
|
||||
add_index :budget_ballots, :heading_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user