There are about 100 duplicate comment votes. This is because there wasn't a uniqueness constraint in the database to prevent duplicate votes. This adds a script to remove duplicate votes so that a constraint can be added later.
There are about 100 duplicate comment votes. This is because there wasn't a uniqueness constraint in the database to prevent duplicate votes. This adds a script to remove duplicate votes so that a constraint can be added later.