Skip to content

Commit

Permalink
Merge pull request #893 from MetadataConsulting/MET-1346-extension-va…
Browse files Browse the repository at this point in the history
…lue-bigger

MET-1346 more space for metadata
  • Loading branch information
musketyr authored Nov 28, 2016
2 parents 45fd924 + 200db00 commit 00fb47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ExtensionValue implements Extension {

static constraints = {
name size: 1..255
extensionValue maxSize: 2000, nullable: true
extensionValue maxSize: 10000, nullable: true
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RelationshipMetadata implements Extension {

static constraints = {
name size: 1..255
extensionValue maxSize: 1000, nullable: true
extensionValue maxSize: 10000, nullable: true
}

@Override
Expand Down

0 comments on commit 00fb47f

Please sign in to comment.