Commit e22e4243 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Migration dans master du choix du mode de saisi d'enseignement par statut

parent ef5d2a49
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -110,10 +110,9 @@
        <field name="codesCorresp3" type="string" column="CODES_CORRESP_3" length="1000" nullable="true"/>
        <field name="codesCorresp4" type="string" column="CODES_CORRESP_4" length="1000" nullable="true"/>

        <field name="modeServicePrevisionnel" type="string" column="MODE_SERVICE_PREVISIONNEL" length="1000" nullable="true"/>
        <field name="modeServiceRealise" type="string" column="MODE_SERVICE_REALISE" length="1000" nullable="true"/>
        <field name="modeReferentielPrevisionnel" type="string" column="MODE_REFERENTIEL_PREVISIONNEL" length="1000" nullable="true"/>
        <field name="modeReferentielRealise" type="string" column="MODE_REFERENTIEL_REALISE" length="1000" nullable="true"/>
        <field name="modeEnseignementPrevisionnel" type="string" column="MODE_ENSEIGNEMENT_PREVISIONNEL" length="1000" nullable="true"/>
        <field name="modeEnseignementRealise" type="string" column="MODE_ENSEIGNEMENT_REALISE" length="1000" nullable="true"/>


        <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/>
        <many-to-one field="histoCreateur" target-entity="Application\Entity\Db\Utilisateur">