fix: workspace health showing error for multi select (#5547)

Fix `workspace:health` command not working properly with `MULTI_SELECT`
field metadata type.
This commit is contained in:
Jérémy M
2024-05-23 12:02:40 +02:00
committed by GitHub
parent 7b1bea3a8a
commit 453525ca25
2 changed files with 35 additions and 8 deletions

View File

@ -8,6 +8,7 @@ export interface WorkspaceTableStructure {
isPrimaryKey: boolean;
isForeignKey: boolean;
isUnique: boolean;
isArray: boolean;
onUpdateAction: string;
onDeleteAction: string;
}