]> Raphaël G. Git Repositories - airbundle/commitdiff
Add snippet hat field
authorRaphaël Gertz <git@rapsys.eu>
Mon, 16 Aug 2021 23:06:10 +0000 (01:06 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 16 Aug 2021 23:06:10 +0000 (01:06 +0200)
Resources/config/doctrine/Snippet.orm.yml

index d37862a253c2838ab3053dc7f2fe9038ce81f85c..19db3499881f03d2f842498f65757a590ded9b1e 100644 (file)
@@ -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