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

@@ -16,7 +16,7 @@ use Symfony\Component\Validator\Constraints as Assert;
class Folder extends Document
{
/**
* @ORM\Column(type="text", length=65535)
* @ORM\Column(type="text", length=4294967295, nullable=true)
* @Gedmo\Versioned
* @Assert\Length(
* max=65535,