Skip to content
Snippets Groups Projects
Commit 45ab5b3a authored by Gandalf's avatar Gandalf
Browse files

[DLN] also need to add new index to upgrade script, apparently

parent ddf2c0dc
Branches
Tags
2 merge requests!456Release candidate v1 24,!394faster by created for observer communitites
This commit is part of merge request !394. Comments created here will be created in the context of that merge request.
......@@ -78,6 +78,7 @@ drop index if exists hive_posts_community_id_idx;
CREATE INDEX IF NOT EXISTS hive_posts_cashout_time_id_idx ON hive_posts (cashout_time, id);
CREATE INDEX IF NOT EXISTS hive_posts_updated_at_idx ON hive_posts (updated_at DESC);
CREATE INDEX IF NOT EXISTS hive_votes_block_num_idx ON hive_votes (block_num);
CREATE INDEX IF NOT EXISTS hive_posts_community_id_id_idx ON hive_posts (community_id, id DESC);
DO
$BODY$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment