mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@739 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
32a9c0d347
commit
ab975f48b1
15 changed files with 242 additions and 38 deletions
9
modules/editor/queries/deleteSavedDoc.xml
Normal file
9
modules/editor/queries/deleteSavedDoc.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<query id="deleteSavedDoc" action="delete">
|
||||
<tables>
|
||||
<table name="editor_autosave" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" />
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue