Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
c641cbf4
Commit
c641cbf4
authored
Nov 25, 2021
by
Antony Le Courtes
Browse files
Options
Downloads
Patches
Plain Diff
Suppression many to one structure id au niveau de l'entité affectation_recherche
parent
d4391e99
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.AffectationRecherche.dcm.xml
+47
-51
47 additions, 51 deletions
...apping/Application.Entity.Db.AffectationRecherche.dcm.xml
with
47 additions
and
51 deletions
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.AffectationRecherche.dcm.xml
+
47
−
51
View file @
c641cbf4
...
@@ -20,16 +20,12 @@
...
@@ -20,16 +20,12 @@
<field
name=
"histoDestruction"
type=
"datetime"
column=
"HISTO_DESTRUCTION"
nullable=
"true"
/>
<field
name=
"histoDestruction"
type=
"datetime"
column=
"HISTO_DESTRUCTION"
nullable=
"true"
/>
<field
name=
"histoModification"
type=
"datetime"
column=
"HISTO_MODIFICATION"
nullable=
"false"
/>
<field
name=
"histoModification"
type=
"datetime"
column=
"HISTO_MODIFICATION"
nullable=
"false"
/>
<field
name=
"sourceCode"
type=
"string"
column=
"SOURCE_CODE"
length=
"100"
nullable=
"true"
/>
<field
name=
"sourceCode"
type=
"string"
column=
"SOURCE_CODE"
length=
"100"
nullable=
"true"
/>
<field
name=
"structure_id"
type=
"string"
column=
"STRUCTURE_ID"
length=
"100"
nullable=
"true"
/>
<many-to-one
field=
"source"
target-entity=
"UnicaenImport\Entity\Db\Source"
>
<many-to-one
field=
"source"
target-entity=
"UnicaenImport\Entity\Db\Source"
>
<join-columns>
<join-columns>
<join-column
name=
"SOURCE_ID"
referenced-column-name=
"ID"
/>
<join-column
name=
"SOURCE_ID"
referenced-column-name=
"ID"
/>
</join-columns>
</join-columns>
</many-to-one>
</many-to-one>
<many-to-one
field=
"structure"
target-entity=
"Application\Entity\Db\Structure"
>
<join-columns>
<join-column
name=
"STRUCTURE_ID"
referenced-column-name=
"ID"
/>
</join-columns>
</many-to-one>
<many-to-one
field=
"intervenant"
target-entity=
"Application\Entity\Db\Intervenant"
>
<many-to-one
field=
"intervenant"
target-entity=
"Application\Entity\Db\Intervenant"
>
<join-columns>
<join-columns>
<join-column
name=
"INTERVENANT_ID"
referenced-column-name=
"ID"
/>
<join-column
name=
"INTERVENANT_ID"
referenced-column-name=
"ID"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment