diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-04-08 10:09:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 10:09:13 +0200 |
commit | 14ee17e5c5b818d07b4c2a20047574b813165bf0 (patch) | |
tree | ab5dae751fb2030d9820acc66f1ab25e81a856d0 /core/Migrations/Version13000Date20170718121200.php | |
parent | 41216e68bfd88545c88a7ca5d48bf7410cfef518 (diff) | |
download | nextcloud-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.php | 1 |
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')) { |