mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
#2129 모듈 업데이트 기록 및 확인 기능 추가
- moduleModel::needUpdate() - moduleController::insertUpdatedLog()
This commit is contained in:
parent
4eae6ac04e
commit
6679dbf181
5 changed files with 58 additions and 0 deletions
3
modules/module/schemas/module_update.xml
Normal file
3
modules/module/schemas/module_update.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<table name="module_update">
|
||||
<column name="update_id" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue