Add option to control updating the document's last-updated timestamp when a comment is posted

This commit is contained in:
Kijin Sung 2017-05-07 21:37:37 +09:00
parent 8c797aaba1
commit d3db01aae0
7 changed files with 49 additions and 35 deletions

View file

@ -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>