X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/88156f960e7fe0e6dd9c5c689aea46e63845029b..429d8ea45f4e559bce01c9e6231771d4601c305e:/Resources/config/doctrine/User.orm.yml diff --git a/Resources/config/doctrine/User.orm.yml b/Resources/config/doctrine/User.orm.yml index deec537..e0d9263 100644 --- 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: