Add fix schema array type command (#12887)

Following this fix https://github.com/twentyhq/twenty/pull/12874 we now
need to add a command to retroactively fix existing columns

---------

Co-authored-by: Paul Rastoin <45004772+prastoin@users.noreply.github.com>
Co-authored-by: prastoin <paul@twenty.com>
This commit is contained in:
Weiko
2025-06-26 15:47:58 +02:00
committed by GitHub
parent 142ca6b468
commit bb13b4aed0
4 changed files with 120 additions and 4 deletions

View File

@ -32,6 +32,6 @@ import { WorkspaceFixService } from './services/workspace-fix.service';
FieldMetadataHealthService,
WorkspaceFixService,
],
exports: [WorkspaceHealthService],
exports: [WorkspaceHealthService, DatabaseStructureService],
})
export class WorkspaceHealthModule {}