mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +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
11
modules/member/queries/updateScrapFolder.xml
Normal file
11
modules/member/queries/updateScrapFolder.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateScrapFolder" action="update">
|
||||
<tables>
|
||||
<table name="member_scrap_folders" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="name" var="name" notnull="notnull" />
|
||||
</columns>
|
||||
<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