mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
small changes to table names (notes_image => note_images etc.)
This commit is contained in:
@@ -11,7 +11,7 @@ function newNoteTreeId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
function newNoteHistoryId() {
|
||||
function newnoteRevisionId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ module.exports = {
|
||||
parseDate,
|
||||
newNoteId,
|
||||
newNoteTreeId,
|
||||
newNoteHistoryId,
|
||||
newnoteRevisionId,
|
||||
newImageId,
|
||||
newNoteImageId,
|
||||
newAttributeId,
|
||||
|
||||
Reference in New Issue
Block a user