small changes to table names (notes_image => note_images etc.)

This commit is contained in:
azivner
2018-01-28 19:38:05 -05:00
parent 3b1f928fbc
commit 11e173aeac
29 changed files with 225 additions and 225 deletions

View File

@@ -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,