]> Raphaël G. Git Repositories - userbundle/commitdiff
Remove pseudonym and slug
authorRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 09:09:46 +0000 (11:09 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 09:09:46 +0000 (11:09 +0200)
Resources/config/doctrine/User.orm.yml

index deec53724198b3f7008e6a8c780d40ad64c3fc4d..e0d926375d6d4d742d6e79d15ac4e18a1a21f99c 100644 (file)
@@ -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: