Skip to content
Snippets Groups Projects
Commit f94398e3 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'master' of git.unicaen.fr:dsi/sygal-import-ws

parents 55dc1528 eef6b7b4
No related branches found
No related tags found
No related merge requests found
#
# Use this dockerfile to run apigility.
#
# Start the server using docker-compose:
......
......@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="ImportData\V1\Entity\Db\Acteur" table="APOGEE.OBJECTH_ACTEUR">
<id name="id" type="integer" column="ID"/>
<id name="id" type="string" column="ID"/>
<field name="sourceId" type="string" column="SOURCE_ID" length="6" nullable="true"/>
<field name="theseId" type="integer" column="THESE_ID" nullable="true"/>
<field name="roleId" type="string" column="ROLE_ID" length="1" nullable="true"/>
......
......@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="ImportData\V1\Entity\Db\Doctorant" table="APOGEE.OBJECTH_DOCTORANT">
<id name="id" type="integer" column="ID" />
<id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/>
<field name="individuId" type="integer" column="INDIVIDU_ID" nullable="true"/>
......
......@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="ImportData\V1\Entity\Db\Individu" table="APOGEE.OBJECTH_INDIVIDU">
<id name="id" type="integer" column="ID" />
<id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/>
<field name="type" type="string" length="9" column="TYPE" nullable="true"/>
<field name="civilite" type="string" length="5" column="CIV" nullable="true"/>
......
......@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="ImportData\V1\Entity\Db\These" table="APOGEE.OBJECTH_THESE">
<id name="id" type="integer" column="ID"/>
<id name="id" type="string" column="ID"/>
<field name="sourceId" type="string" column="SOURCE_ID" length="6" nullable="true"/>
<field name="etatThese" type="string" column="ETA_THS" length="1" nullable="true"/>
<field name="doctorantId" type="integer" column="DOCTORANT_ID" nullable="true"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment