feat(insights): fix DBSCAN, Persian embeddings crash, D3 physics layouts, and D3 node not found runtime error
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable: web clip source URL on notes
|
||||
ALTER TABLE "Note" ADD COLUMN IF NOT EXISTS "sourceUrl" TEXT;
|
||||
@@ -170,6 +170,8 @@ model Note {
|
||||
lastAiAnalysis DateTime?
|
||||
trashedAt DateTime?
|
||||
historyEnabled Boolean @default(false)
|
||||
/// URL d'origine pour les clips web (Web Clipper)
|
||||
sourceUrl String?
|
||||
/// Illustration SVG (sanitized) for editorial feed thumbnail — optional, peut être généré par IA
|
||||
illustrationSvg String?
|
||||
tsv Unsupported("tsvector")?
|
||||
|
||||
Reference in New Issue
Block a user