]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
Be consistent between migration & schema definition
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index 3cf9ac1a3b061f2928350119bba0be128e66c431..3ae5334f3192788a8acc3beda35326df2061c521 100644 (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"})
      */