fixed/types: add forgotten comment table to schema table list

This commit is contained in:
Danny Robson 2023-08-04 12:38:37 +10:00
parent 258642b3af
commit 362ad5d563
1 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,8 @@ struct schema_t {
using tables = std::tuple<
subreddit_t,
account_t,
link_t
link_t,
comment_t
>;
static struct names_t {