comment_new.go: create page before inserting comment

Fixes https://gitlab.com/commento/commento/issues/173
This commit is contained in:
Adhityaa Chandrasekar
2019-05-08 22:28:20 -07:00
parent ff04981cf5
commit 62340eb9c6
3 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
UPDATE pages
SET commentCount = commentCount + 1;