Fix XML query IDs with their respective file names

This commit is contained in:
Hyeonguk Ryu 2024-06-17 13:55:38 +09:00
parent bdace357ea
commit 3474667943
No known key found for this signature in database
GPG key ID: BB158EBBA25E8194
29 changed files with 29 additions and 29 deletions

View file

@ -1,4 +1,4 @@
<query id="deleteComments" action="delete">
<query id="deleteModuleComments" action="delete">
<tables>
<table name="comments" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="getCommentVotedLog" action="select">
<query id="getCommentVotedLogMulti" action="select">
<tables>
<table name="comment_voted_log" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="getTotalCommentList" action="select">
<query id="getTotalCommentCountByGroupStatus" action="select">
<tables>
<table name="comments" alias="comments" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="getTotalCommentListWithinMember" action="select">
<query id="getTotalCommentCountWithinMemberByGroupStatus" action="select">
<tables>
<table name="comments" alias="comments" />
<table name="member" alias="member" />