Skip to content

Commit 75b06a7

Browse files
committed
Remove unused indexes
Neither of these indexes have ever been scanned.
1 parent b20b7b4 commit 75b06a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE INDEX index_version_num ON versions (num);
2+
CREATE INDEX path_categories_idx ON categories (path);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP INDEX path_categories_idx;
2+
DROP INDEX index_version_num;

0 commit comments

Comments
 (0)