Increase os_version size to 200 #730
This commit is contained in:
parent
5540084416
commit
c4878a9e6d
2 changed files with 1 additions and 3 deletions
|
|
@ -186,8 +186,6 @@ class AuthController extends ApiController
|
|||
} else {
|
||||
error_log("Found existing customer user for " . $this->session->getPhoneNumber());
|
||||
}
|
||||
|
||||
$this->session->setCustomerUser($customer_user);
|
||||
}
|
||||
|
||||
$this->em->flush();
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class CustomerSession
|
|||
|
||||
// os version
|
||||
/**
|
||||
* @ORM\Column(type="string", length=25)
|
||||
* @ORM\Column(type="string", length=200)
|
||||
*/
|
||||
protected $os_version;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue