mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
357 B
XML
11 lines
357 B
XML
<query id="updateMemberDevice" action="update">
|
|
<tables>
|
|
<table name="member_devices" />
|
|
</tables>
|
|
<columns>
|
|
<column name="device_token" var="new_token" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="device_token" var="old_token" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|