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="deleteDocumentDeclaredLog" action="delete">
<query id="deleteDeclaredDocumentLog" action="delete">
<tables>
<table name="document_declared_log" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="deleteCategory" action="delete">
<query id="deleteModuleCategory" action="delete">
<tables>
<table name="document_categories" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="getMonthlyArchivedList" action="select">
<query id="getDailyArchivedList" action="select">
<tables>
<table name="documents" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="getHistories" action="select">
<query id="getHistory" action="select">
<tables>
<table name="document_histories" />
</tables>

View file

@ -1,4 +1,4 @@
<query id="insertDocumentExtraKeys" action="insert">
<query id="insertDocumentExtraKey" action="insert">
<tables>
<table name="document_extra_keys" />
</tables>