mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Update member queries to add data to phone_number column
This commit is contained in:
parent
2c221019e4
commit
e47462fb32
3 changed files with 14 additions and 1 deletions
11
modules/member/queries/updateMemberPhoneNumber.xml
Normal file
11
modules/member/queries/updateMemberPhoneNumber.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateMemberPhoneNumber" action="update">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="phone_number" var="phone_number" notnull="notnull" />
|
||||
</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