Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d94989
)
Rename role field in title
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 03:30:57 +0000
(
04:30
+0100)
committer
Raphaë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
patch
|
blob
|
history
diff --git
a/Resources/config/doctrine/Group.orm.yml
b/Resources/config/doctrine/Group.orm.yml
index 6dfe856db00c556b715d7adcce39172f0b3ff794..af56dbeddfa1f00fafe02cf62a28c57fc6415a58 100644
(file)
--- a/
Resources/config/doctrine/Group.orm.yml
+++ b/
Resources/config/doctrine/Group.orm.yml
@@
-8,9
+8,9
@@
Rapsys\UserBundle\Entity\Group:
options:
unsigned: true
fields:
-
ro
le:
+
tit
le:
type: string
- length:
20
+ length:
16
created:
type: datetime
updated: