From dedc5fb24536832eae2c18d84efa2a92272c955c Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 26 May 2024 00:06:32 +0000 Subject: feature: Full page archival with monolith. Fixes #132 --- packages/db/schema.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/db/schema.ts') diff --git a/packages/db/schema.ts b/packages/db/schema.ts index fa0777f4..3fd7897f 100644 --- a/packages/db/schema.ts +++ b/packages/db/schema.ts @@ -142,6 +142,7 @@ export const bookmarkLinks = sqliteTable("bookmarkLinks", { content: text("content"), htmlContent: text("htmlContent"), screenshotAssetId: text("screenshotAssetId"), + fullPageArchiveAssetId: text("fullPageArchiveAssetId"), imageAssetId: text("imageAssetId"), crawledAt: integer("crawledAt", { mode: "timestamp" }), crawlStatus: text("crawlStatus", { -- cgit v1.2.3-70-g09d2