Fix missing isNullable for object creation activity target (#3109)

This commit is contained in:
Weiko
2023-12-21 16:32:04 +01:00
committed by GitHub
parent 180aec5ad8
commit e67f6873d3

View File

@ -240,6 +240,7 @@ export class ObjectMetadataService extends TypeOrmQueryService<ObjectMetadataEnt
action: WorkspaceMigrationColumnActionType.CREATE,
columnName: `${createdObjectMetadata.targetTableName}Id`,
columnType: 'uuid',
isNullable: true,
} satisfies WorkspaceMigrationColumnCreate,
],
},