diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-02 00:52:18 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-02 00:52:18 +0000 |
| commit | 8ab2747e23256106b115aa3823ad25e2c2d466d4 (patch) | |
| tree | 73a98b0c62695d4657a463808264acd043959db8 /packages/db/schema.ts | |
| parent | 3f5f1850b17eb0f5c4cd0970c22421f85d5a2bd6 (diff) | |
| download | karakeep-8ab2747e23256106b115aa3823ad25e2c2d466d4.tar.zst | |
feature: Store full link content and index them
Diffstat (limited to 'packages/db/schema.ts')
| -rw-r--r-- | packages/db/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/db/schema.ts b/packages/db/schema.ts index d1e3fa0d..94f48ac3 100644 --- a/packages/db/schema.ts +++ b/packages/db/schema.ts @@ -123,6 +123,7 @@ export const bookmarkLinks = sqliteTable("bookmarkLinks", { description: text("description"), imageUrl: text("imageUrl"), favicon: text("favicon"), + content: text("content"), crawledAt: integer("crawledAt", { mode: "timestamp" }), }); |
