Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
238 views
in Q2A Core by
Q2A 1.8 is storing the Vote date in Database. For all previous votes, the date created is the Post creation date. Does it make sense to change this to max(user_creation, post_creation) as otherwise many vote date will be behind the user creation date.
Q2A version: 1.8.0

Please log in or register to answer this question.

...