summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-01-13 17:20:45 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-01-14 08:31:42 +0000
commit101338063ecc1c803268ec081d95b8ad2192d72a (patch)
tree87c0288b7070c4fe530d5bb55ebeba7c56f4e65e /apps/user_ldap/lib
parent9a9c8602e43789d63ba92d588ef77d87856c7f23 (diff)
downloadnextcloud-server-101338063ecc1c803268ec081d95b8ad2192d72a.tar.gz
nextcloud-server-101338063ecc1c803268ec081d95b8ad2192d72a.zip
Remove useless indexes with duplicated names on backup table
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/Migration/Version1130Date20211102154716.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php b/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php
index b359f9fd357..8695f90ca65 100644
--- a/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php
+++ b/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php
@@ -114,8 +114,6 @@ class Version1130Date20211102154716 extends SimpleMigrationStep {
'length' => 64,
]);
$table2->setPrimaryKey(['owncloud_name'], 'lgm_backup_primary');
- $table2->addUniqueIndex(['ldap_dn_hash'], 'ldap_group_dn_hashes');
- $table2->addUniqueIndex(['directory_uuid'], 'ldap_group_directory_uuid');
$changeSchema = true;
}
}