Fix migrations

This commit is contained in:
Xbird
2022-10-10 15:35:39 +00:00
parent 803d07b944
commit 92480e5bff
21 changed files with 162 additions and 21 deletions

View File

@@ -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"