Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
Showing only changes of commit 38d56d9c09 - Show all commits

View file

@ -166,17 +166,17 @@ class Customer
protected $privpol_promo;
/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean", options={"default":false})
*/
protected $flag_promo_email;
/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean", options={"default":false})
*/
protected $flag_promo_sms;
/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean", options={"default":false})
*/
protected $flag_dpa_consent;