Commit 35d20391 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Inscriptions administratives : correction de la config des synchro après réception du flux

parent 4bf947c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ class ImportFacade extends AbstractImportFacade
                'connection' => $this->destinationConnection,
                'source_code_column' => 'source_code',
                'where' => $where,
                'id_strategy' => null,
                'id_strategy' => 'SEQUENCE',
                'id_sequence' => null,
            ]);

@@ -253,7 +253,7 @@ class ImportFacade extends AbstractImportFacade
                'connection' => $this->destinationConnection,
                'source_code_column' => 'source_code',
                'where' => $where,
                'id_strategy' => null,
                'id_strategy' => 'SEQUENCE',
                'id_sequence' => null,
            ]);
            return Synchro::fromConfig([
@@ -322,7 +322,7 @@ class ImportFacade extends AbstractImportFacade
                'connection' => $this->destinationConnection,
                'source_code_column' => 'source_code',
                'where' => $where,
                'id_strategy' => null,
                'id_strategy' => 'SEQUENCE',
                'id_sequence' => null,
            ]);
            return Synchro::fromConfig([