Set VIP to optional.

This commit is contained in:
Martin Edenhofer 2015-02-07 00:00:23 +01:00
parent 98c1ba4fab
commit fb2269addf

View file

@ -8,7 +8,7 @@ class CreateVip < ActiveRecord::Migration
:display => 'VIP', :display => 'VIP',
:data_type => 'boolean', :data_type => 'boolean',
:data_option => { :data_option => {
:null => false, :null => true,
:default => false, :default => false,
:item_class => 'formGroup--halfSize', :item_class => 'formGroup--halfSize',
:options => { :options => {
@ -22,7 +22,7 @@ class CreateVip < ActiveRecord::Migration
:screens => { :screens => {
:edit => { :edit => {
:Admin => { :Admin => {
:null => false, :null => true,
}, },
}, },
:view => { :view => {