mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Implement files changelog
This commit is contained in:
parent
2cd2d0528b
commit
941542b991
6 changed files with 107 additions and 17 deletions
13
modules/file/queries/insertFileChangelog.xml
Normal file
13
modules/file/queries/insertFileChangelog.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<query id="insertFileChangelog" action="insert">
|
||||
<tables>
|
||||
<table name="files_changelog" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="change_type" var="change_type" notnull="notnull" />
|
||||
<column name="file_srl" var="file_srl" filter="number" notnull="notnull" />
|
||||
<column name="file_size" var="file_size" filter="number" notnull="notnull" />
|
||||
<column name="uploaded_filename" var="uploaded_filename" notnull="notnull" />
|
||||
<column name="previous_filename" var="previous_filename" />
|
||||
<column name="regdate" var="regdate" default="curdate()" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue