mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix XML query IDs with their respective file names
This commit is contained in:
parent
bdace357ea
commit
3474667943
29 changed files with 29 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<query id="deleteComments" action="delete">
|
||||
<query id="deleteModuleComments" action="delete">
|
||||
<tables>
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getCommentVotedLog" action="select">
|
||||
<query id="getCommentVotedLogMulti" action="select">
|
||||
<tables>
|
||||
<table name="comment_voted_log" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getTotalCommentList" action="select">
|
||||
<query id="getTotalCommentCountByGroupStatus" action="select">
|
||||
<tables>
|
||||
<table name="comments" alias="comments" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue