Commit e38b6ab3 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Version min = 17

nouvelle séquence pour les plafonds de missions
parent 40def1dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
class OseAdmin
{
    const OSE_ORIGIN  = 'https://git.unicaen.fr/open-source/OSE.git';
    const MIN_VERSION = 14; // version minimum installable
    const MIN_VERSION = 17; // version minimum installable

    private static ?OseAdmin         $instance    = null;

+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ return [
    'TBL_PIECE_JOINTE_ID_SEQ',
    'TBL_PLAFOND_ELEMENT_ID_SEQ',
    'TBL_PLAFOND_INTERVENANT_ID_SEQ',
    'TBL_PLAFOND_MISSION_ID_SEQ',
    'TBL_PLAFOND_REFERENTIEL_ID_SEQ',
    'TBL_PLAFOND_STRUCTURE_ID_SEQ',
    'TBL_PLAFOND_VOLUME_HORA_ID_SEQ',