Migrationsskript Bedarfsausweis Wohnen Ohne Limit

This commit is contained in:
Carl Mahnke
2025-04-12 17:36:31 +02:00
parent 6da7c0e501
commit f31d710b20

View File

@@ -31,7 +31,7 @@ for (const ausweis of existing_bedarfsausweiswohnen_list) {
}
});
if (start >= limit) break;
// if (start >= limit) break;
start++;
}
}