Skip to content

Commit

Permalink
fix: minor correction to database import
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed May 21, 2024
1 parent 1ca19b6 commit 0caa30c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,6 @@ private void removeDefaultNonSecurityClasses() {
}
}

final OIndexManagerAbstract indexManager = database.getMetadata().getIndexManagerInternal();
for (final String indexName : indexNames) {
indexManager.dropIndex(database, indexName);
}

int removedClasses = 0;
while (!classesToDrop.isEmpty()) {
final AbstractList<String> classesReadyToDrop = new ArrayList<>();
Expand Down

0 comments on commit 0caa30c

Please sign in to comment.