Skip to content

Remove limit from helpfulness votes.#1311

Open
alice-blue wants to merge 1 commit intoiftechfoundation:mainfrom
alice-blue:remove-limit-from-helpfulness-votes
Open

Remove limit from helpfulness votes.#1311
alice-blue wants to merge 1 commit intoiftechfoundation:mainfrom
alice-blue:remove-limit-from-helpfulness-votes

Conversation

@alice-blue
Copy link
Contributor

In the PR for the mod recent activity tool (#1284), I wrote

The limit on the reviewvotes query (currently in line 211)
ORDER BY reviewvotes.createdate DESC LIMIT 100', [$recent_days]);
exists only because of #1286. The limit should probably be removed after the createdate column in the reviewvotes table gets sorted out.

The dates in the createdate column are no longer presenting a problem, so this PR removes that limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments