diff --git a/Dockerfile b/Dockerfile index 5568107db60074a7926fc5fe2e462303fdb0f5f1..223c2336970658a0aaf4f2920abcb3a7be17d158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# + # Use this dockerfile to run apigility. # # Start the server using docker-compose: diff --git a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml index 35e1e918164590ac5cde19b895803fc7b1eebb21..0c8fe329800473b8a1db5a2bb0f4e8f77435cffb 100644 --- a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml +++ b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml @@ -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"/> diff --git a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml index e44374ced4c81afbbe3082b006131a3c04124ae3..ee6a1680ca68fccb8b0395b16528b9f4f66912fb 100644 --- a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml +++ b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml @@ -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"/> diff --git a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml index 9cfe534c83cd33599f7c0134ce460b276878a9c2..86d72923f27f9cb2933ec3f093950834dc7752d3 100644 --- a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml +++ b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml @@ -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"/> diff --git a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml index e25c900e742375609b6c953bec3603e4fc2b7ddb..2dfaaf1999360219824dd2d07795ddf578240f58 100644 --- a/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml +++ b/module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml @@ -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"/>