Add max votable headings to groups
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMaxVotableHeadingsToBudgetGroups < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_groups, :max_votable_headings, :integer, default: 1
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user