Fix notes content migration key (#1539)

This commit is contained in:
Leendert de Borst
2026-01-31 00:34:41 +01:00
committed by Leendert de Borst
parent 728e699cc2
commit c2177d0c8d
18 changed files with 28 additions and 28 deletions

View File

@@ -1030,7 +1030,7 @@ CREATE INDEX "IX_Tags_Name" ON "Tags" ("Name");
SUBSTR(hex(randomblob(6)), 1, 12)) AS Id,
c.Id AS ItemId,
NULL AS FieldDefinitionId,
'login.notes' AS FieldKey,
'notes.content' AS FieldKey,
c.Notes AS Value,
0 AS Weight,
c.UpdatedAt AS CreatedAt,

View File

@@ -356,7 +356,7 @@ CREATE INDEX "IX_Tags_Name" ON "Tags" ("Name");
SUBSTR(hex(randomblob(6)), 1, 12)) AS Id,
c.Id AS ItemId,
NULL AS FieldDefinitionId,
'login.notes' AS FieldKey,
'notes.content' AS FieldKey,
c.Notes AS Value,
0 AS Weight,
c.UpdatedAt AS CreatedAt,