Fix incorrect error message when a document/comment is voted/blamed already #2590

This commit is contained in:
Kijin Sung 2025-08-13 21:15:11 +09:00
parent 316cfc43b0
commit 08fc4d72d9
3 changed files with 39 additions and 10 deletions

View file

@ -4,6 +4,7 @@
</tables>
<columns>
<column name="count(*)" alias="count" />
<column name="sum(point)" alias="point" />
</columns>
<conditions>
<condition operation="equal" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />