Skip to content
Snippets Groups Projects
Commit f4dfc053 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Supplemented upgrade procedure by dropping indexes being not needed anymore.

parent e57de8ec
No related branches found
No related tags found
2 merge requests!581Fix to upgrade procedure deployed to master,!580Supplemented upgrade procedure by dropping indexes being not needed anymore.
......@@ -120,3 +120,8 @@ CREATE INDEX IF NOT EXISTS hive_feed_cache_account_id_created_at_post_id_idx
;
--- End of MR https://gitlab.syncad.com/hive/hivemind/-/merge_requests/575 ---
--- Supplement for https://gitlab.syncad.com/hive/hivemind/-/merge_requests/575 ---
DROP INDEX IF EXISTS hive_follows_ix5a;
DROP INDEX IF EXISTS hive_follows_ix5b;
--- End of supplement for https://gitlab.syncad.com/hive/hivemind/-/merge_requests/575 ---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment