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 6514c277..f4a2ee75 100644
--- a/packages/db/schema.ts
+++ b/packages/db/schema.ts
@@ -196,6 +196,7 @@ export const bookmarkTexts = sqliteTable("bookmarkTexts", {
.$defaultFn(() => createId())
.references(() => bookmarks.id, { onDelete: "cascade" }),
text: text("text"),
+ sourceUrl: text("sourceUrl"),
});
export const bookmarkAssets = sqliteTable("bookmarkAssets", {