Fix migrations
This commit is contained in:
@@ -36,7 +36,7 @@ class Notification
|
||||
private $icon;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="text", length=65535)
|
||||
* @ORM\Column(type="text", length=4294967295)
|
||||
* @Assert\Length(
|
||||
* max=65535,
|
||||
* maxMessage="Content too long : {{ limit }} max"
|
||||
|
||||
Reference in New Issue
Block a user