mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Remove useless indexes with duplicated names on backup table
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
61c261b1e7
commit
843b20c4e8
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue