]> Raphaël G. Git Repositories - userbundle/commitdiff
Rename role field in title
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 03:30:57 +0000 (04:30 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 03:30:57 +0000 (04:30 +0100)
Fix title length to 16

Resources/config/doctrine/Group.orm.yml

index 6dfe856db00c556b715d7adcce39172f0b3ff794..af56dbeddfa1f00fafe02cf62a28c57fc6415a58 100644 (file)
@@ -8,9 +8,9 @@ Rapsys\UserBundle\Entity\Group:
             options:
                 unsigned: true
     fields:
-        role:
+        title:
             type: string
-            length: 20
+            length: 16
         created:
             type: datetime
         updated: