X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/88156f960e7fe0e6dd9c5c689aea46e63845029b..c7b85c37453e97a5234a061b701f8250b86a1a4b:/Resources/config/doctrine/User.orm.yml?ds=sidebyside

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: