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

8 lines
225 B
XML

<query id="insertModuleUpdateLog" action="insert">
<tables>
<table name="module_update" />
</tables>
<columns>
<column name="update_id" var="update_id" notnull="notnull" />
</columns>
</query>