mirror of
https://gitlab.com/commento/commento.git
synced 2026-06-17 09:55:27 -04:00
3 lines
50 B
SQL
3 lines
50 B
SQL
UPDATE pages
|
|
SET commentCount = commentCount + 1;
|