From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 09:09:46 +0000 (+0200) Subject: Remove pseudonym and slug X-Git-Tag: 0.2.0~23 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/203ddae63c75e560f0afc7b4ee4ea289a51a72a6 Remove pseudonym and slug --- 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: