Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2022-10-03 16:52:14 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2022-10-03 16:52:14 +0300
commitccab6da61a716dd4eecb84505b9ac47c464708b7 (patch)
tree08c351494121ef3a2db86947a7379ed66aa70dab
parent3f043fb7772e8ba5efeae44e87cc3c7443fdb10b (diff)
change index title (file_id_index)
-rw-r--r--lib/Migration/Version070400Date20220929111111.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version070400Date20220929111111.php b/lib/Migration/Version070400Date20220929111111.php
index 0a9563d..0256498 100644
--- a/lib/Migration/Version070400Date20220929111111.php
+++ b/lib/Migration/Version070400Date20220929111111.php
@@ -55,7 +55,7 @@ class Version070400Date20220929111111 extends SimpleMigrationStep {
'default' => 0,
]);
$table->setPrimaryKey(['id']);
- $table->addUniqueIndex(['file_id'], 'file_id_index');
+ $table->addUniqueIndex(['file_id'], 'onlyoffice_file_id_index');
}
if (!$schema->hasTable('onlyoffice_permissions')) {