history update 부분

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6687 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-07-09 02:32:46 +00:00
parent 66ee1a32f7
commit 55e8d5cb59
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,11 @@
<query id="updateIssueHistoryModule" action="update">
<tables>
<table name="issues_history" />
</tables>
<columns>
<column name="module_srl" var="module_srl" filter="number" default="0" />
</columns>
<conditions>
<condition operation="in" column="target_srl" var="document_srls" notnull="notnull" />
</conditions>
</query>