mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
add index is_admin column, and more improving.
This commit is contained in:
parent
e9acd7fe14
commit
39cc333f33
5 changed files with 14 additions and 16 deletions
|
|
@ -3,9 +3,10 @@
|
|||
<table name="document_update_log" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="is_admin" />
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="is_admin" var="is_admin" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue