mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
added index on media entity_id, report query with unindexed fields
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user