We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20b7b4 commit 75b06a7Copy full SHA for 75b06a7
migrations/2019-06-14-195059_remove_unused_indexes/down.sql
@@ -0,0 +1,2 @@
1
+CREATE INDEX index_version_num ON versions (num);
2
+CREATE INDEX path_categories_idx ON categories (path);
migrations/2019-06-14-195059_remove_unused_indexes/up.sql
+DROP INDEX path_categories_idx;
+DROP INDEX index_version_num;
0 commit comments