Merge pull request #44586 from nextcloud/pulsejet/name-idx

perf(core): add index on name
pull/45085/head
Ferdinand Thiessen 3 weeks ago committed by GitHub
commit b081d3cccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -126,6 +126,11 @@ class Application extends App {
'fs_parent',
['parent']
);
$event->addMissingIndex(
'filecache',
'fs_name_hash',
['name']
);
$event->addMissingIndex(
'twofactor_providers',

Loading…
Cancel
Save