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:
@@ -77,7 +77,7 @@ router.post('', auth.checkApiAuthOrElectron, multer.single('upload'), wrap(async
|
||||
|
||||
const noteImageId = utils.newNoteImageId();
|
||||
|
||||
await sql.insert("notes_image", {
|
||||
await sql.insert("note_images", {
|
||||
noteImageId: noteImageId,
|
||||
noteId: noteId,
|
||||
imageId: imageId,
|
||||
|
||||
Reference in New Issue
Block a user