summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version13000Date20170718121200.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-04-08 10:09:13 +0200
committerGitHub <noreply@github.com>2021-04-08 10:09:13 +0200
commit14ee17e5c5b818d07b4c2a20047574b813165bf0 (patch)
treeab5dae751fb2030d9820acc66f1ab25e81a856d0 /core/Migrations/Version13000Date20170718121200.php
parent41216e68bfd88545c88a7ca5d48bf7410cfef518 (diff)
downloadnextcloud-server-14ee17e5c5b818d07b4c2a20047574b813165bf0.tar.gz
nextcloud-server-14ee17e5c5b818d07b4c2a20047574b813165bf0.zip
Revert "add a prefix index to filecache.path"
Diffstat (limited to 'core/Migrations/Version13000Date20170718121200.php')
-rw-r--r--core/Migrations/Version13000Date20170718121200.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Migrations/Version13000Date20170718121200.php b/core/Migrations/Version13000Date20170718121200.php
index 2a9636336a6..4912bef8857 100644
--- a/core/Migrations/Version13000Date20170718121200.php
+++ b/core/Migrations/Version13000Date20170718121200.php
@@ -262,7 +262,6 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
$table->addIndex(['storage', 'size', 'fileid'], 'fs_storage_size');
$table->addIndex(['mtime'], 'fs_mtime');
$table->addIndex(['size'], 'fs_size');
- $table->addIndex(['path'], 'fs_path_prefix', [], ["lengths" => [128]]);
}
if (!$schema->hasTable('group_user')) {