aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-05-07 15:39:33 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-05-14 11:38:41 +0200
commit0e06d645d4429809cf080b7b9e7da218ebd549a6 (patch)
tree7b12fd53aed79c25a6ae4b57512e1aa418eb7fa2 /core
parenta045e0c47a2f95b9e3385ba4350b413c07afa2d3 (diff)
downloadnextcloud-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.php2
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;
}