mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#19241621 member table 에 정렬필드 list_order 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7805 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a473ac37d
commit
6189a3aba1
7 changed files with 42 additions and 13 deletions
8
modules/member/queries/updateMemberListOrderAll.xml
Normal file
8
modules/member/queries/updateMemberListOrderAll.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="updateMemberListOrderAll" action="update">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="list_order" notnull="notnull" var="list_order" default="multiply(-1)" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue