mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#17763740 : added the list of contributors
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5987 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
86ada3ed8f
commit
820775863a
10 changed files with 63 additions and 5 deletions
11
modules/wiki/queries/getContributors.xml
Normal file
11
modules/wiki/queries/getContributors.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getContributors" action="select">
|
||||
<tables>
|
||||
<table name="document_histories" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="nick_name" as="nick_name" />
|
||||
</columns>
|
||||
<groups>
|
||||
<group column="nick_name" />
|
||||
</groups>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue