mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-05 20:03:28 -05:00
Fix notes content migration key (#1539)
This commit is contained in:
committed by
Leendert de Borst
parent
728e699cc2
commit
c2177d0c8d
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user