branch feature/#8171 updated (a85d3da -> 0f14ee2)
This is an automated email from the git hooks/post-receive script. New change to branch feature/#8171 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from a85d3da Do no change import/export model new 0f14ee2 Rename id to code for Port and Voyage The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0f14ee25755843578853a1c7007c200bac7b17dd Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 11:32:09 2016 +0200 Rename id to code for Port and Voyage Summary of changes: echobase-domain/src/main/xmi/echobase.properties | 4 ++-- echobase-domain/src/main/xmi/echobase.zargo | Bin 98247 -> 98216 bytes 2 files changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/#8171 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 0f14ee25755843578853a1c7007c200bac7b17dd Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 11:32:09 2016 +0200 Rename id to code for Port and Voyage --- echobase-domain/src/main/xmi/echobase.properties | 4 ++-- echobase-domain/src/main/xmi/echobase.zargo | Bin 98247 -> 98216 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/echobase-domain/src/main/xmi/echobase.properties b/echobase-domain/src/main/xmi/echobase.properties index 1943b8e..a52f3b5 100644 --- a/echobase-domain/src/main/xmi/echobase.properties +++ b/echobase-domain/src/main/xmi/echobase.properties @@ -192,7 +192,7 @@ fr.ifremer.echobase.entities.references.AncillaryInstrumentation.class.tagValue. fr.ifremer.echobase.entities.references.AncillaryInstrumentation.attribute.serialNumber.tagValue.naturalId=true fr.ifremer.echobase.entities.references.Port.class.tagValue.naturalIdMutable=true -fr.ifremer.echobase.entities.references.Port.attribute.id.tagValue.naturalId=true +fr.ifremer.echobase.entities.references.Port.attribute.code.tagValue.naturalId=true ############################################################################### ### Not null for references ################################################### @@ -275,7 +275,7 @@ fr.ifremer.echobase.entities.references.VesselType.attribute.name.tagValue.notNu fr.ifremer.echobase.entities.references.AncillaryInstrumentation.attribute.name.tagValue.notNull=true fr.ifremer.echobase.entities.references.AncillaryInstrumentation.attribute.serialNumber.tagValue.notNull=true -fr.ifremer.echobase.entities.references.Port.attribute.id.tagValue.notNull=true +fr.ifremer.echobase.entities.references.Port.attribute.code.tagValue.notNull=true fr.ifremer.echobase.entities.references.Port.attribute.name.tagValue.notNull=true ############################################################################### diff --git a/echobase-domain/src/main/xmi/echobase.zargo b/echobase-domain/src/main/xmi/echobase.zargo index 50b6da4..8a669e0 100644 Binary files a/echobase-domain/src/main/xmi/echobase.zargo and b/echobase-domain/src/main/xmi/echobase.zargo differ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm