feat: add imageSourceUrl column to items and threadCandidates

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 13:12:33 +02:00
parent 0998f65c6f
commit 1eb4a786ce
5 changed files with 532 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export function createTestDb() {
notes TEXT,
product_url TEXT,
image_filename TEXT,
image_source_url TEXT,
created_at INTEGER NOT NULL DEFAULT (unixepoch()),
updated_at INTEGER NOT NULL DEFAULT (unixepoch())
)
@@ -54,6 +55,7 @@ export function createTestDb() {
notes TEXT,
product_url TEXT,
image_filename TEXT,
image_source_url TEXT,
status TEXT NOT NULL DEFAULT 'researching',
pros TEXT,
cons TEXT,