mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
add index for note's type + some fixes
This commit is contained in:
@@ -212,7 +212,8 @@ const primaryKeys = {
|
||||
"images": "imageId",
|
||||
"note_images": "noteImageId",
|
||||
"labels": "labelId",
|
||||
"api_tokens": "apiTokenId"
|
||||
"api_tokens": "apiTokenId",
|
||||
"options": "name"
|
||||
};
|
||||
|
||||
async function getEntityRow(entityName, entityId) {
|
||||
|
||||
Reference in New Issue
Block a user