Commit 16fb47bd authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

(cherry picked from commit aa99e8a4)
parent 1210c958
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ return [
            'name'        => 'LIBELLE_COURT',
            'type'        => 'string',
            'bdd-type'    => 'VARCHAR2',
            'length'      => 40,
            'length'      => 90,
            'scale'       => NULL,
            'precision'   => NULL,
            'nullable'    => FALSE,
@@ -134,7 +134,7 @@ return [
            'name'        => 'LIBELLE_LONG',
            'type'        => 'string',
            'bdd-type'    => 'VARCHAR2',
            'length'      => 100,
            'length'      => 150,
            'scale'       => NULL,
            'precision'   => NULL,
            'nullable'    => FALSE,
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@
    <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/>
    <field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/>
    <field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/>
    <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="40" nullable="false"/>
    <field name="libelleLong" type="string" column="LIBELLE_LONG" length="100" nullable="false"/>
    <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="90" nullable="false"/>
    <field name="libelleLong" type="string" column="LIBELLE_LONG" length="150" nullable="false"/>
    <field name="plafond" type="float" column="PLAFOND" precision="126" scale="0" nullable="true"/>
    <field name="etapeRequise" type="boolean" column="ETAPE_REQUISE" nullable="false"/>
    <field name="serviceStatutaire" type="boolean" column="SERVICE_STATUTAIRE" nullable="false"/>