issue 92 page type 'ARTICLE' pages of 'skin fix' column to 'Y' is updated

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8655 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-07-26 09:49:49 +00:00
parent 4b09d1118a
commit 5a60bfa3d6
5 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,11 @@
<query id="updateSkinFix" action="update">
<tables>
<table name="modules" />
</tables>
<columns>
<column name="is_skin_fix" var="is_skin_fix" notnull="notnull" />
</columns>
<conditions>
<condition operation="in" column="module_srl" var="module_srls" notnull="notnull" />
</conditions>
</query>