Merge pull request #50195 from nextcloud/fix/49638/update-prefs-indexes

pull/50200/head
Kate 2025-01-15 15:12:06 +07:00 committed by GitHub
commit 47eedf9228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

@ -203,8 +203,13 @@ class Application extends App {
$event->addMissingIndex(
'preferences',
'preferences_app_key',
['appid', 'configkey']
'prefs_uid_lazy_i',
['userid', 'lazy']
);
$event->addMissingIndex(
'preferences',
'prefs_app_key_ind_fl_i',
['appid', 'configkey', 'indexed', 'flags']
);
$event->addMissingIndex(