Fix fusion of person doubles and add changies for fixes

This commit is contained in:
2024-10-31 12:13:21 +01:00
parent 64f3b40694
commit 2c3818258a
3 changed files with 13 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ class PersonMove
private function getDeleteEntities(): array
{
return [
AccompanyingPeriod\AccompanyingPeriodWork::class,
// AccompanyingPeriod\AccompanyingPeriodWork::class,
Relationship::class,
];
}
@@ -216,7 +216,7 @@ class PersonMove
}
/**
* get the full table name with schema if it does exists.
* get the full table name with schema if it exists.
*/
private function getTableName(ClassMetadata $metadata): string
{