Add max votable headings to groups

This commit is contained in:
rgarcia
2018-03-21 16:44:26 +01:00
parent c1d7378c92
commit 730072e91e
5 changed files with 67 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddMaxVotableHeadingsToBudgetGroups < ActiveRecord::Migration
def change
add_column :budget_groups, :max_votable_headings, :integer, default: 1
end
end