Skip to content
Snippets Groups Projects

vaccum at sync final

Merged Marcin requested to merge mi_vaccum_at_sync_final into develop
4 files
+ 61
48
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -73,6 +73,7 @@ drop index if exists hive_subscriptions_community_idx;
drop index if exists hive_votes_post_id_idx;
drop index if exists hive_votes_voter_id_idx;
drop index if exists hive_votes_last_update_idx;
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);
Loading