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

Mapping doctrine: suppression du nom du user APOGEE devant le nom des tables....

Mapping doctrine: suppression du nom du user APOGEE devant le nom des tables. Du coup, attention: config local.php à modifier pour spécifier le CURRENT_SCHEMA à utiliser.
parent a04c16ae
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 11 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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"> <entity name="ImportData\V1\Entity\Db\Acteur" table="OBJECTH_ACTEUR">
<id name="id" type="string" column="ID"/> <id name="id" type="string" column="ID"/>
<field name="sourceId" type="string" column="SOURCE_ID" length="6" nullable="true"/> <field name="sourceId" type="string" column="SOURCE_ID" length="6" nullable="true"/>
<field name="theseId" type="integer" column="THESE_ID" nullable="true"/> <field name="theseId" type="integer" column="THESE_ID" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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"> <entity name="ImportData\V1\Entity\Db\Doctorant" table="OBJECTH_DOCTORANT">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/>
<field name="individuId" type="string" column="INDIVIDU_ID" nullable="true"/> <field name="individuId" type="string" column="INDIVIDU_ID" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\EcoleDoctorale" table="APOGEE.OBJECTH_ECOLE_DOCT"> <entity name="ImportData\V1\Entity\Db\EcoleDoctorale" table="OBJECTH_ECOLE_DOCT">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/>
<field name="structureId" type="string" length="64" column="STRUCTURE_ID" nullable="true"/> <field name="structureId" type="string" length="64" column="STRUCTURE_ID" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\Etablissement" table="APOGEE.OBJECTH_ETAB"> <entity name="ImportData\V1\Entity\Db\Etablissement" table="OBJECTH_ETAB">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/>
<field name="structureId" type="string" length="64" column="STRUCTURE_ID" nullable="true"/> <field name="structureId" type="string" length="64" column="STRUCTURE_ID" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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"> <entity name="ImportData\V1\Entity\Db\Individu" table="OBJECTH_INDIVIDU">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/> <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="type" type="string" length="9" column="TYPE" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\Role" table="APOGEE.OBJECTH_ROLE"> <entity name="ImportData\V1\Entity\Db\Role" table="OBJECTH_ROLE">
<id name="id" type="string" length="1" column="ID" /> <id name="id" type="string" length="1" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/>
<field name="libLongRole" type="string" length="40" column="LIB_ROJ" nullable="true"/> <field name="libLongRole" type="string" length="40" column="LIB_ROJ" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\Source" table="APOGEE.OBJECTH_SOURCE"> <entity name="ImportData\V1\Entity\Db\Source" table="OBJECTH_SOURCE">
<id name="id" type="string" length="6" column="ID" /> <id name="id" type="string" length="6" column="ID" />
<field name="code" type="string" length="6" column="CODE" nullable="true"/> <field name="code" type="string" length="6" column="CODE" nullable="true"/>
<field name="libelle" type="string" length="6" column="LIBELLE" nullable="true"/> <field name="libelle" type="string" length="6" column="LIBELLE" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\Structure" table="APOGEE.OBJECTH_STRUCTURE"> <entity name="ImportData\V1\Entity\Db\Structure" table="OBJECTH_STRUCTURE">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/>
<field name="typeStructureId" type="string" length="64" column="TYPE_STRUCTURE_ID" nullable="true"/> <field name="typeStructureId" type="string" length="64" column="TYPE_STRUCTURE_ID" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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"> <entity name="ImportData\V1\Entity\Db\These" table="OBJECTH_THESE">
<id name="id" type="string" column="ID"/> <id name="id" type="string" column="ID"/>
<field name="sourceId" type="string" column="SOURCE_ID" length="6" nullable="true"/> <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="etatThese" type="string" column="ETA_THS" length="1" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\UniteRecherche" table="APOGEE.OBJECTH_UNITE_RECH"> <entity name="ImportData\V1\Entity\Db\UniteRecherche" table="OBJECTH_UNITE_RECH">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="64" column="SOURCE_ID" nullable="true"/>
<field name="structureId" type="string" length="64" column="STRUCTURE_ID" nullable="true"/> <field name="structureId" type="string" length="64" column="STRUCTURE_ID" nullable="true"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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\Variable" table="APOGEE.OBJECTH_VARIABLE"> <entity name="ImportData\V1\Entity\Db\Variable" table="OBJECTH_VARIABLE">
<id name="id" type="string" column="ID" /> <id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/> <field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/>
<field name="libEtablissement" type="string" length="20" column="COD_VAP" nullable="true"/> <field name="libEtablissement" type="string" length="20" column="COD_VAP" nullable="true"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment