Fix index cache computation (#20933)

## Introduction
Should rely on custom typeorm entity loader layer that inspects the
upgradeMigration that has bene run to dynamically request existing col
only
This commit is contained in:
Paul Rastoin
2026-05-26 18:55:24 +02:00
committed by GitHub
parent 5eb79e7797
commit a2db0b6932
@@ -46,17 +46,6 @@ export class WorkspaceFlatIndexMapCacheService extends WorkspaceCacheProvider<
},
withDeleted: true,
relationLoadStrategy: 'join',
select: {
indexFieldMetadatas: {
id: true,
indexMetadataId: true,
fieldMetadataId: true,
order: true,
subFieldName: true,
createdAt: true,
updatedAt: true,
},
},
relations: ['indexFieldMetadatas'],
}),
this.applicationRepository.find({