Set default value for flags. #607
This commit is contained in:
parent
406568ab3d
commit
04e803510c
1 changed files with 2 additions and 2 deletions
|
|
@ -82,13 +82,13 @@ class Hub
|
|||
|
||||
// flag if hub can be auto assigned
|
||||
/**
|
||||
* @ORM\Column(type="boolean")
|
||||
* @ORM\Column(type="boolean", options={"default"=false})
|
||||
*/
|
||||
protected $flag_hub_auto_assign;
|
||||
|
||||
// flag if riders assigned to hub can be auto assigned
|
||||
/**
|
||||
* @ORM\Column(type="boolean")
|
||||
* @ORM\Column(type="boolean", options={"default"=false})
|
||||
*/
|
||||
protected $flag_rider_auto_assign;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue