aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/schema.ts')
-rw-r--r--packages/db/schema.ts1
1 files changed, 1 insertions, 0 deletions
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", {