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

Correction nom de la vue Acteur interrogée

parent 86558dba
No related branches found
No related tags found
No related merge requests found
......@@ -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\Acteur" table="SYGAL_ACTEUR_2">
<entity name="ImportData\V1\Entity\Db\Acteur" table="SYGAL_ACTEUR">
<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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment