mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
small changes to table names (notes_image => note_images etc.)
This commit is contained in:
@@ -31,7 +31,7 @@ const recentChanges = (function() {
|
||||
text: 'rev'
|
||||
}).attr('action', 'note-history')
|
||||
.attr('note-path', change.noteId)
|
||||
.attr('note-history-id', change.noteHistoryId);
|
||||
.attr('note-history-id', change.noteRevisionId);
|
||||
|
||||
let noteLink;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user