user affiliation schema completed

This commit is contained in:
Giuseppe Naponiello
2026-06-24 16:30:21 +02:00
parent 032f6a08df
commit 6a07c3e922
13 changed files with 890 additions and 3 deletions

View File

@@ -77,8 +77,10 @@ class InstitutionImporter implements Importer
if (! in_array($categoryId, $validCategoryIds, true)) {
$summary->warn(sprintf(
"Institution legacy #%d ('%s'): category %d assente nel lookup v2 → saltata.",
$row->id, trim((string) $row->name), $categoryId,
"Institution legacy #%d ('%s') : category %d assente nel lookup v2 → saltata.",
$row->id,
trim((string) $row->name),
$categoryId,
));
$summary->skipped++;