mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@937 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
20a25fc031
commit
b537875f0e
5 changed files with 31 additions and 16 deletions
10
modules/member/queries/moveFriend.xml
Normal file
10
modules/member/queries/moveFriend.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<query id="moveFriend" action="update">
|
||||
<tables>
|
||||
<table name="member_friend" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="friend_srl" var="friend_srl" notnull="notnull" />
|
||||
<column name="friend_group_srl" var="friend_group_srl" default="0" notnull="notnull" />
|
||||
<column name="member_srl" var="member_srl" notnull="notnull" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue