Set VIP to optional.
This commit is contained in:
parent
98c1ba4fab
commit
fb2269addf
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ class CreateVip < ActiveRecord::Migration
|
|||
:display => 'VIP',
|
||||
:data_type => 'boolean',
|
||||
:data_option => {
|
||||
:null => false,
|
||||
:null => true,
|
||||
:default => false,
|
||||
:item_class => 'formGroup--halfSize',
|
||||
:options => {
|
||||
|
@ -22,7 +22,7 @@ class CreateVip < ActiveRecord::Migration
|
|||
:screens => {
|
||||
:edit => {
|
||||
:Admin => {
|
||||
:null => false,
|
||||
:null => true,
|
||||
},
|
||||
},
|
||||
:view => {
|
||||
|
|
Loading…
Reference in a new issue