#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:
ngleader 2010-11-05 06:04:58 +00:00
parent 7a473ac37d
commit 6189a3aba1
7 changed files with 42 additions and 13 deletions

View 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>