Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
ee7d558e
Commit
ee7d558e
authored
Oct 16, 2015
by
Matija Obreza
Browse files
Maintenance update: WIEWS institute type length to 50
parent
d28bdc43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/model/impl/FaoInstitute.java
View file @
ee7d558e
...
...
@@ -59,7 +59,7 @@ public class FaoInstitute extends BusinessModel implements GeoReferencedEntity,
@Column
(
length
=
300
)
private
String
fullName
;
@Column
(
length
=
11
)
@Column
(
length
=
50
)
private
String
type
;
@Column
(
length
=
300
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment