Be consistent between migration & schema definition

This commit is contained in:
Jeremy Benoist
2016-12-19 14:24:19 +01:00
parent 6514f0ed37
commit 3ef75cc4e3
4 changed files with 4 additions and 3 deletions

View File

@ -183,7 +183,7 @@ class Entry
/**
* @var string
*
* @ORM\Column(name="http_status", type="text", nullable=true)
* @ORM\Column(name="http_status", type="string", length=3, nullable=true)
*
* @Groups({"entries_for_user", "export_all"})
*/