Add cb tables to db dump

This commit is contained in:
Ajay
2023-03-31 17:57:56 -04:00
parent 589b7d4e3e
commit 4a10faaea3

View File

@@ -128,6 +128,21 @@ addDefaults(config, {
}, },
{ {
name: "ratings" name: "ratings"
},
{
name: "titles"
},
{
name: "titleVotes"
},
{
name: "thumbnails"
},
{
name: "thumbnailTimestamps"
},
{
name: "thumbnailVotes"
}] }]
}, },
diskCacheURL: null, diskCacheURL: null,