X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/93e20ff57f7a16552148e7c94db7157560ffde2b..a532906fc0063a87cb16f9daa0b76adef5fb3e36:/Resources/config/doctrine/Snippet.orm.yml

diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml
index d37862a..2333e9a 100644
--- a/Resources/config/doctrine/Snippet.orm.yml
+++ b/Resources/config/doctrine/Snippet.orm.yml
@@ -27,6 +27,9 @@ Rapsys\AirBundle\Entity\Snippet:
             nullable: true
             options:
                 unsigned: true
+        hat:
+            type: boolean
+            nullable: true
         contact:
             type: string
             length: 254