mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add option to control updating the document's last-updated timestamp when a comment is posted
This commit is contained in:
parent
8c797aaba1
commit
d3db01aae0
7 changed files with 49 additions and 35 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<columns>
|
||||
<column name="comment_count" var="comment_count" notnull="notnull" />
|
||||
<column name="update_order" var="update_order" />
|
||||
<column name="last_update" var="last_update" default="curdate()" />
|
||||
<column name="last_update" var="last_update" />
|
||||
<column name="last_updater" var="last_updater" />
|
||||
</columns>
|
||||
<conditions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue