mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
#17965820 가상사이트 삭제시 설정된 언어와 캐시파일 삭제 (누락된 xml query파일 추가)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6222 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d18dfeecfb
commit
52c1db9a26
1 changed files with 8 additions and 0 deletions
8
modules/module/queries/deleteLangs.xml
Normal file
8
modules/module/queries/deleteLangs.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteLangs" action="delete">
|
||||
<tables>
|
||||
<table name="lang" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" filter="number" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue