mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix(missing-index): update preferences table
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
0f2dcfd0f1
commit
5f81fdaabc
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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue