Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d123c19
)
Remove pseudonym and slug
author
Raphaël Gertz
<git@rapsys.eu>
Sat, 28 Aug 2021 09:09:46 +0000
(11:09 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Sat, 28 Aug 2021 09:09:46 +0000
(11:09 +0200)
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 deec53724198b3f7008e6a8c780d40ad64c3fc4d..e0d926375d6d4d742d6e79d15ac4e18a1a21f99c 100644
(file)
--- a/
Resources/config/doctrine/User.orm.yml
+++ b/
Resources/config/doctrine/User.orm.yml
@@
-12,9
+12,6
@@
Rapsys\UserBundle\Entity\User:
type: string
unique: true
length: 254
- pseudonym:
- type: string
- length: 32
forename:
type: string
length: 32
@@
-24,11
+21,6
@@
Rapsys\UserBundle\Entity\User:
password:
type: string
length: 60
- slug:
- type: string
- unique: true
- length: 32
- nullable: true
active:
type: boolean
options: