Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7aac2
)
Add snippet hat field
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 16 Aug 2021 23:06:10 +0000
(
01:06
+0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 16 Aug 2021 23:06:10 +0000
(
01:06
+0200)
Resources/config/doctrine/Snippet.orm.yml
patch
|
blob
|
history
diff --git
a/Resources/config/doctrine/Snippet.orm.yml
b/Resources/config/doctrine/Snippet.orm.yml
index d37862a253c2838ab3053dc7f2fe9038ce81f85c..19db3499881f03d2f842498f65757a590ded9b1e 100644
(file)
--- 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