mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Implement creating, renaming, and deleting scrap folders
This commit is contained in:
parent
cf0a5d019c
commit
4a5385a635
10 changed files with 226 additions and 10 deletions
8
modules/member/queries/deleteScrapFolder.xml
Normal file
8
modules/member/queries/deleteScrapFolder.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteScrapFolder" action="delete">
|
||||
<tables>
|
||||
<table name="member_scrap_folders" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="folder_srl" var="folder_srl" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue