forked from wallabag/wallabag
Be consistent between migration & schema definition
This commit is contained in:
@ -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"})
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user