mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
기존에 deleteMemberDeviceByToken 삭제하고 deleteMemberDevice로 통일
This commit is contained in:
parent
6c852e5f64
commit
8a9ea67523
3 changed files with 3 additions and 11 deletions
|
|
@ -5,6 +5,6 @@
|
|||
<conditions>
|
||||
<condition operation="in" column="device_srl" var="device_srl" />
|
||||
<condition operation="in" column="member_srl" var="member_srl" pipe="and" />
|
||||
<condition operation="in" column="device_token" var="device_token" pipe="and" />
|
||||
<condition operation="in" column="device_token" var="device_token" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
<query id="deleteMemberDeviceByToken" action="delete">
|
||||
<tables>
|
||||
<table name="member_devices" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="device_token" var="device_token" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue