diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-07 15:39:33 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:41 +0200 |
commit | 0e06d645d4429809cf080b7b9e7da218ebd549a6 (patch) | |
tree | 7b12fd53aed79c25a6ae4b57512e1aa418eb7fa2 /core | |
parent | a045e0c47a2f95b9e3385ba4350b413c07afa2d3 (diff) | |
download | nextcloud-server-0e06d645d4429809cf080b7b9e7da218ebd549a6.tar.gz nextcloud-server-0e06d645d4429809cf080b7b9e7da218ebd549a6.zip |
Update core/Migrations/Version30000Date20240429122720.php
Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/Migrations/Version30000Date20240429122720.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version30000Date20240429122720.php b/core/Migrations/Version30000Date20240429122720.php index 2b9f3f5439d..f4f16e07ada 100644 --- a/core/Migrations/Version30000Date20240429122720.php +++ b/core/Migrations/Version30000Date20240429122720.php @@ -105,7 +105,7 @@ class Version30000Date20240429122720 extends SimpleMigrationStep { $table->setPrimaryKey(['id'], 'taskp_tasks_id_index'); $table->addIndex(['status', 'type'], 'taskp_tasks_status_type'); $table->addIndex(['last_updated'], 'taskp_tasks_updated'); - $table->addIndex(['user_id', 'app_id', 'custom_id'], 'taskp_tasks_uid_appid_ident'); + $table->addIndex(['user_id', 'app_id', 'custom_id'], 'taskp_tasks_uid_appid_cid'); return $schema; } |