From 4a10faaea33933601b513b621c03fd9b0968673b Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 31 Mar 2023 17:57:56 -0400 Subject: [PATCH] Add cb tables to db dump --- src/config.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/config.ts b/src/config.ts index 53e86f6..a8c661f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -128,6 +128,21 @@ addDefaults(config, { }, { name: "ratings" + }, + { + name: "titles" + }, + { + name: "titleVotes" + }, + { + name: "thumbnails" + }, + { + name: "thumbnailTimestamps" + }, + { + name: "thumbnailVotes" }] }, diskCacheURL: null,