Add pickups role
This commit is contained in:
parent
4c41a99fde
commit
ac11ba1cc1
14 changed files with 42 additions and 15 deletions
5
db/migrate/20171111000000_add_role_pickups_to_group.rb
Normal file
5
db/migrate/20171111000000_add_role_pickups_to_group.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddRolePickupsToGroup < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :groups, :role_pickups, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue