mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 14:39:01 +01:00
note_history => note_revisions
This commit is contained in:
parent
aa8f4f964f
commit
4b048df995
@ -72,7 +72,7 @@ async function main() {
|
|||||||
await compare("note_contents", "noteId",
|
await compare("note_contents", "noteId",
|
||||||
"SELECT noteId, content, utcDateModified, hash FROM note_contents");
|
"SELECT noteId, content, utcDateModified, hash FROM note_contents");
|
||||||
|
|
||||||
await compare("note_history", "noteHistoryId",
|
await compare("note_revisions", "noteRevisionId",
|
||||||
"SELECT noteRevisionId, noteId, title, content, dateModifiedFrom, dateModifiedTo, utcDateModifiedFrom, utcDateModifiedTo, isProtected, hash FROM note_revisions");
|
"SELECT noteRevisionId, noteId, title, content, dateModifiedFrom, dateModifiedTo, utcDateModifiedFrom, utcDateModifiedTo, isProtected, hash FROM note_revisions");
|
||||||
|
|
||||||
await compare("links", "linkId",
|
await compare("links", "linkId",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user