Allow ignoring apple restriction for specific ordergroup.
This commit is contained in:
parent
ff4ab44bcc
commit
cd91436f7f
6 changed files with 20 additions and 2 deletions
|
|
@ -0,0 +1,9 @@
|
|||
class AddIgnoreAppleRestrictionToGroups < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :groups, :ignore_apple_restriction, :boolean, default: false
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :groups, :ignore_apple_restriction
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue