Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c657fd
)
Add class, contact, donate, link and profile fields
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:17:11 +0000
(
01:17
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:17:11 +0000
(
01:17
+0100)
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 a6e91652009ee5e207f0e6b4c0a607dc6307c6c7..4b172d65073fdbf91545a1ccffcf147be0154d2a 100644
(file)
--- a/
Resources/config/doctrine/Snippet.orm.yml
+++ b/
Resources/config/doctrine/Snippet.orm.yml
@@
-15,6
+15,25
@@
Rapsys\AirBundle\Entity\Snippet:
length: 2
description:
type: text
+ class:
+ type: text
+ nullable: true
+ contact:
+ type: string
+ length: 254
+ nullable: true
+ donate:
+ type: string
+ length: 254
+ nullable: true
+ link:
+ type: string
+ length: 254
+ nullable: true
+ profile:
+ type: string
+ length: 254
+ nullable: true
created:
type: datetime
updated: