Skip to content

Commit 9de5691

Browse files
committed
Auto merge of #1766 - sgrif:sg-remove-unused-indexes, r=jtgeibel
Remove unused indexes Neither of these indexes have ever been scanned.
2 parents 9118e2f + 75b06a7 commit 9de5691

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)