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

@@ -0,0 +1,2 @@
ALTER TABLE `items` ADD `image_source_url` text;--> statement-breakpoint
ALTER TABLE `thread_candidates` ADD `image_source_url` text;