mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Updated user agent column in visits table to have a length of 512
This commit is contained in:
@@ -39,7 +39,7 @@ class Visit extends AbstractEntity implements JsonSerializable
|
||||
private $remoteAddr;
|
||||
/**
|
||||
* @var string
|
||||
* @ORM\Column(type="string", length=256, name="user_agent", nullable=true)
|
||||
* @ORM\Column(type="string", length=512, name="user_agent", nullable=true)
|
||||
*/
|
||||
private $userAgent;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user