adds ballot_lines counter to investments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddBallotLineCountToInvestments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_investments, :ballot_lines_count, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user