Commit 4548c98e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Passage à 200 caractères pour les libelles longs

(cherry picked from commit 04f27bdb)
parent c1a6965f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ return [
            'name'        => 'LIBELLE_LONG',
            'type'        => 'string',
            'bdd-type'    => 'VARCHAR2',
            'length'      => 100,
            'length'      => 200,
            'scale'       => NULL,
            'precision'   => NULL,
            'nullable'    => FALSE,
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

    <field name="code" type="string" column="CODE" length="100" nullable="true"/>
    <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="25" nullable="false"/>
    <field name="libelleLong" type="string" column="LIBELLE_LONG" length="60" nullable="false"/>
    <field name="libelleLong" type="string" column="LIBELLE_LONG" length="200" nullable="false"/>
    <field name="enseignement" type="boolean" column="ENSEIGNEMENT" nullable="false"/>
    <field name="affAdresseContrat" type="boolean" column="AFF_ADRESSE_CONTRAT" nullable="false"/>