mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +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="deleteDocumentDeclaredLog" action="delete">
|
||||
<query id="deleteDeclaredDocumentLog" action="delete">
|
||||
<tables>
|
||||
<table name="document_declared_log" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="deleteCategory" action="delete">
|
||||
<query id="deleteModuleCategory" action="delete">
|
||||
<tables>
|
||||
<table name="document_categories" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getMonthlyArchivedList" action="select">
|
||||
<query id="getDailyArchivedList" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getHistories" action="select">
|
||||
<query id="getHistory" action="select">
|
||||
<tables>
|
||||
<table name="document_histories" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="insertDocumentExtraKeys" action="insert">
|
||||
<query id="insertDocumentExtraKey" action="insert">
|
||||
<tables>
|
||||
<table name="document_extra_keys" />
|
||||
</tables>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue