As you sggested in another post, I manually deleted the problematic relations. However, I have now this error: ```[Nest] 2890 - 07/17/2025, 10:55:51 AM LOG [WorkspaceSyncMetadataService] Executing pending migrations query failed: ALTER TABLE "workspace_70q1d56j0d6mfyyq2o6xvbwnl"."attachment" ADD CONSTRAINT "FK_336215924656712491529388934" FOREIGN KEY ("companyId") REFERENCES "workspace_70q1d56j0d6mfyyq2o6xvbwnl"."company"("id") ON DELETE CASCADE error: error: constraint "FK_336215924656712491529388934" for relation "attachment" already exists [Nest] 2890 - 07/17/2025, 10:55:56 AM ERROR [WorkspaceMigrationRunnerService] Error executing migration: constraint "FK_336215924656712491529388934" for relation "attachment" already exists QueryFailedError: constraint "FK_336215924656712491529388934" for relation "attachment" already exists at PostgresQueryRunner.query (/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:219:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async PostgresQueryRunner.executeQueries (/app/node_modules/typeorm/query-runner/BaseQueryRunner.js:425:13) at async PostgresQueryRunner.createForeignKey (/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:1446:9) at async WorkspaceMigrationRunnerService.createRelation (/app/packages/twenty-server/dist/src/engine/workspace-manager/workspace-migration-runner/workspace-migration-runner.service.js:371:9) at async WorkspaceMigrationRunnerService.handleOtherColumnActions (/app/packages/twenty-server/dist/src/engine/workspace-manager/workspace-migration-runner/workspace-migration-runner.service.js:330:13) at async WorkspaceMigrationRunnerService.handleColumnChanges (/app/packages/twenty-server/dist/src/engine/workspace-manager/workspace-migration-runner/workspace-migration-runner.service.js:274:9) at async WorkspaceMigrationRunnerService.handleTableChanges (/app/packages/twenty-server/dist/src/engine/workspace-manager/workspace-migration-runner/workspace-migration-runner.service.js:104:25) at async WorkspaceMigrationRunnerService.executeMigrationFromPendingMigrations (/app/packages/twenty-server/dist/src/engine/workspace-manager/workspace-migration-runner/workspace-migration-runner.service.js:69:17) at async WorkspaceSyncMetadataService.synchronize (/app/packages/twenty-server/dist/src/engine/workspace-manager/workspace-sync-metadata/workspace-sync-metadata.service.js:124:13) [Nest] 2890 - 07/17/2025, 10:55:56 AM ERROR [WorkspaceSyncMetadataService] Sync of standard objects failed with: [Nest] 2890 - 07/17/2025, 10:55:56 AM ERROR [WorkspaceSyncMetadataService] QueryFailedError: constraint "FK_336215924656712491529388934" for relation "attachment" already exists [Nest] 2890 - 07/17/2025, 10:55:56 AM WARN [SyncWorkspaceMetadataCommand] Error in workspace 7693e8c1-599f-48c5-a464-1f8a6d2c7d11: Transaction is not started yet, start transaction before committing or rolling it back. [Nest] 2890 - 07/17/2025, 10:55:56 AM ERROR [SyncWorkspaceMetadataCommand] Error in workspace 7693e8c1-599f-48c5-a464-1f8a6d2c7d11: Transaction is not started yet, start transaction before committing or rolling it back. [Nest] 2890 - 07/17/2025, 10:55:56 AM ERROR [SyncWorkspaceMetadataCommand] undefined [Nest] 2890 - 07/17/2025, 10:55:56 AM LOG [SyncWorkspaceMetadataCommand] Command completed! ```