added index on media entity_id, report query with unindexed fields

This commit is contained in:
dswbx
2025-02-22 22:09:50 +01:00
parent b8f87a2097
commit 9a741f49a0
4 changed files with 26 additions and 8 deletions

View File

@@ -73,6 +73,7 @@ export abstract class Connection<DB = any> {
return false;
}
// @todo: add if only first field is used in index
supportsIndices(): boolean {
return false;
}