From 2d5bc215ad8fdff1aa4c3a8e9c2b7e02e7ec9b6c Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Fri, 21 Dec 2018 12:03:15 +0100
Subject: [PATCH] Mapping These : abandon de la vue temporaire.

---
 .../V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 583ae93..a220fd4 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
@@ -2,7 +2,7 @@
 <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
                   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="SYGAL_THESE_2">
+    <entity name="ImportData\V1\Entity\Db\These" table="SYGAL_THESE">
         <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"/>
-- 
GitLab