mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add action to delete a registered device
This commit is contained in:
parent
570fab487e
commit
a9334cec95
3 changed files with 32 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" />
|
||||
<condition operation="equal" column="device_srl" var="device_srl" />
|
||||
<condition operation="equal" column="member_srl" var="member_srl" pipe="and" />
|
||||
<condition operation="equal" column="device_token" var="device_token" pipe="and" />
|
||||
<condition operation="equal" column="device_key" var="device_key" pipe="and" />
|
||||
</conditions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue