mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
fix: workspace migration isNullable (#2939)
This commit is contained in:
parent
6bc7a58902
commit
8381869c7f
@ -232,7 +232,7 @@ export class WorkspaceMigrationRunnerService {
|
|||||||
(value): value is string => typeof value === 'string',
|
(value): value is string => typeof value === 'string',
|
||||||
),
|
),
|
||||||
isArray: migrationColumn.isArray,
|
isArray: migrationColumn.isArray,
|
||||||
isNullable: true,
|
isNullable: migrationColumn.isNullable,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user