Corrected nullable device_push_id #148
This commit is contained in:
parent
59f41e5f55
commit
899f963773
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class MobileSession
|
|||
|
||||
// device id or push id used by device
|
||||
/**
|
||||
* @ORM\Column(type="string", length=200)
|
||||
* @ORM\Column(type="string", length=200, nullable=true)
|
||||
*/
|
||||
protected $device_push_id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue