Skip to content
Snippets Groups Projects
Commit c641cbf4 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Suppression many to one structure id au niveau de l'entité affectation_recherche

parent d4391e99
Branches
Tags
No related merge requests found
...@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment