rhymix/modules/module/queries/getModuleUpdateLog.xml
bnu 6679dbf181 #2129 모듈 업데이트 기록 및 확인 기능 추가
- moduleModel::needUpdate()
- moduleController::insertUpdatedLog()
2017-08-16 22:38:49 +09:00

11 lines
287 B
XML

<query id="getModuleUpdateLog" action="select">
<tables>
<table name="module_update" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="in" column="update_id" var="update_id" />
</conditions>
</query>