feat: adding optional common redist install

This commit is contained in:
Chubby Granny Chaser
2025-04-06 22:33:41 +01:00
parent f8ea4f29d9
commit 04f061afa3

View File

@@ -23,7 +23,7 @@ export const db = new Dexie("Hydra");
db.version(9).stores({
repacks: `++id, title, uris, fileSize, uploadDate, downloadSourceId, repacker, objectIds, createdAt, updatedAt`,
downloadSources: `++id, &url, name, etag, objectIds, downloadCount, status, fingerprint, createdAt, updatedAt`,
downloadSources: `++id, url, name, etag, objectIds, downloadCount, status, fingerprint, createdAt, updatedAt`,
howLongToBeatEntries: `++id, categories, [shop+objectId], createdAt, updatedAt`,
});