mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add deleteDomain query
This commit is contained in:
parent
5b182ab4b3
commit
bad9fe5d98
1 changed files with 8 additions and 0 deletions
8
modules/module/queries/deleteDomain.xml
Normal file
8
modules/module/queries/deleteDomain.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteDomain" action="delete">
|
||||
<tables>
|
||||
<table name="domains" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="domain_srl" var="domain_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue