Adicionado a tabela de partição do GED

This commit is contained in:
Kenio 2025-09-08 14:49:36 -03:00
parent 2ed24b6e38
commit 934755e68e

View file

@ -158,6 +158,9 @@ try {
} }
} }
/** Deleta os dados da partição */
$StationFolder->DeletePartition($clientId, $stationId);
/** Exclui as antigas pastas */ /** Exclui as antigas pastas */
$StationFolder->Delete($stationId); $StationFolder->Delete($stationId);
@ -186,10 +189,6 @@ try {
} }
} }
/** Deleta os dados da partição */
$StationFolder->DeletePartition($clientId, $stationId);
/** Grava os detalhes da partição GED */ /** Grava os detalhes da partição GED */
$StationFolder->SavePartition($jsonLog->ged->{'partition'}, $StationFolder->SavePartition($jsonLog->ged->{'partition'},
$clientId, $clientId,