fixed counting of posts/replies

main
fuzzykitten 2025-04-11 08:34:34 -04:00
parent e087d7567b
commit 62103738b0
1 changed files with 2 additions and 0 deletions

View File

@ -469,6 +469,8 @@ function make_tables($db)
"name" TEXT,
"tripcode" TEXT,
"original" INTEGER NOT NULL,
"move_message" TEXT,
"edit_message" TEXT,
UNIQUE(post_id, sub) ON CONFLICT IGNORE
)');