From 858d97d405fff8d374dbd8b92a924ced12c8d60e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 17 Aug 2021 01:06:10 +0200 Subject: [PATCH] Add snippet hat field --- Resources/config/doctrine/Snippet.orm.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.41.0