fixed counting of posts/replies
parent
e087d7567b
commit
62103738b0
|
@ -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
|
||||
)');
|
||||
|
||||
|
|
Loading…
Reference in New Issue