Commit 270f7932 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

On exclue la suppression de nouvelles périodes lors des MAJ

La colonne TI.code passe à 15 de length
parent c1e538cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ class DataGen
            'table'   => 'PERIODE',
            'context' => ['install', 'update'],
            'key'     => 'CODE',
            'options' => ['delete' => false],
        ],
        [
            'table'   => 'TAUX_HORAIRE_HETD',
+1 −1
Original line number Diff line number Diff line
@@ -16484,7 +16484,7 @@
        array (
          'name' => 'CODE',
          'type' => 'VARCHAR2',
          'length' => 10,
          'length' => 15,
          'scale' => NULL,
          'precision' => NULL,
          'nullable' => false,