From: Raphaƫl Gertz Date: Mon, 16 Aug 2021 23:06:10 +0000 (+0200) Subject: Add snippet hat field X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/858d97d405fff8d374dbd8b92a924ced12c8d60e Add snippet hat field --- diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index d37862a..19db349 100644 --- a/Resources/config/doctrine/Snippet.orm.yml +++ b/Resources/config/doctrine/Snippet.orm.yml @@ -27,6 +27,11 @@ Rapsys\AirBundle\Entity\Snippet: nullable: true options: unsigned: true + hat: + type: boolean + nullable: true + options: + default: true contact: type: string length: 254