mirror of
https://github.com/zadam/trilium.git
synced 2024-11-17 13:14:44 +08:00
Merge remote-tracking branch 'origin/stable'
This commit is contained in:
commit
2706f1b02f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ INSERT INTO note_contents_mig (noteId, content, hash, dateModified, utcDateModif
|
||||||
SELECT noteId,
|
SELECT noteId,
|
||||||
content,
|
content,
|
||||||
hash,
|
hash,
|
||||||
(SELECT dateModified FROM notes WHERE noteId = note_contents.noteId),
|
COALESCE((SELECT dateModified FROM notes WHERE noteId = note_contents.noteId), utcDateModified),
|
||||||
utcDateModified
|
utcDateModified
|
||||||
FROM note_contents;
|
FROM note_contents;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue