Increase os_version size to 200 #730

This commit is contained in:
Ramon Gutierrez 2023-06-14 16:38:30 +08:00
parent 5540084416
commit c4878a9e6d
2 changed files with 1 additions and 3 deletions

View file

@ -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();

View file

@ -54,7 +54,7 @@ class CustomerSession
// os version
/**
* @ORM\Column(type="string", length=25)
* @ORM\Column(type="string", length=200)
*/
protected $os_version;