Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f09590
)
Remove donation and site fields
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:15:34 +0000
(
01:15
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:15:34 +0000
(
01:15
+0100)
Remove vote entity
Resources/config/doctrine/User.orm.yml
patch
|
blob
|
history
diff --git
a/Resources/config/doctrine/User.orm.yml
b/Resources/config/doctrine/User.orm.yml
index d1e133622cd3370798a5033efd6e93c058017c81..491ae32ee2ed844d59413dbba1f8d5f86d995c4b 100644
(file)
--- a/
Resources/config/doctrine/User.orm.yml
+++ b/
Resources/config/doctrine/User.orm.yml
@@
-7,17
+7,9
@@
Rapsys\AirBundle\Entity\User:
type: string
length: 16
nullable: true
- donation:
- type: string
- length: 254
- nullable: true
- site:
- type: string
- length: 254
- nullable: true
oneToMany:
-#
vote
s:
-# targetEntity: Rapsys\AirBundle\Entity\
Vote
+#
link
s:
+# targetEntity: Rapsys\AirBundle\Entity\
Link
# mappedBy: user
applications:
targetEntity: Rapsys\AirBundle\Entity\Application