mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add method to update extra_vars of a member
This commit is contained in:
parent
f97a16e7e8
commit
2c64e16bd2
2 changed files with 47 additions and 0 deletions
11
modules/member/queries/updateMemberExtraVars.xml
Normal file
11
modules/member/queries/updateMemberExtraVars.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateMemberExtraVars" action="update">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="extra_vars" var="extra_vars" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue