Change defaults to be pure false
This commit is contained in:
parent
2c718e4337
commit
681ccf1370
1 changed files with 2 additions and 2 deletions
|
@ -652,7 +652,7 @@ schema:
|
||||||
pending:
|
pending:
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
default_value: !!perl/ref
|
default_value: !!perl/ref
|
||||||
=: 0
|
=: false
|
||||||
is_nullable: 0
|
is_nullable: 0
|
||||||
is_primary_key: 0
|
is_primary_key: 0
|
||||||
is_unique: 0
|
is_unique: 0
|
||||||
|
@ -1000,7 +1000,7 @@ schema:
|
||||||
is_admin:
|
is_admin:
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
default_value: !!perl/ref
|
default_value: !!perl/ref
|
||||||
=: 0
|
=: false
|
||||||
is_nullable: 0
|
is_nullable: 0
|
||||||
is_primary_key: 0
|
is_primary_key: 0
|
||||||
is_unique: 0
|
is_unique: 0
|
||||||
|
|
Reference in a new issue