Something went wrong on our end
issue #89: net_votes and total_votes are calculated during sync
Compare changes
Files
4@@ -15,7 +15,7 @@ BEGIN
@@ -31,13 +31,13 @@ IF NOT EXISTS(SELECT data_type
@@ -187,7 +187,32 @@ IF EXISTS(SELECT data_type FROM information_schema.columns
@@ -200,7 +225,7 @@ DROP INDEX IF EXISTS hive_mentions_post_id_idx;
@@ -228,13 +253,13 @@ IF NOT EXISTS(SELECT data_type
@@ -245,7 +270,7 @@ $BODY$;
@@ -270,7 +295,7 @@ CREATE INDEX IF NOT EXISTS hive_votes_voter_id_last_update_idx ON hive_votes (vo
@@ -356,4 +381,3 @@ DROP INDEX IF EXISTS hive_posts_promoted_idx;