mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
Link entity migrated to Attribute, WIP
This commit is contained in:
@@ -249,8 +249,7 @@ const primaryKeys = {
|
||||
"recent_notes": "noteId",
|
||||
"api_tokens": "apiTokenId",
|
||||
"options": "name",
|
||||
"attributes": "attributeId",
|
||||
"links": "linkId"
|
||||
"attributes": "attributeId"
|
||||
};
|
||||
|
||||
async function getEntityRow(entityName, entityId) {
|
||||
|
||||
Reference in New Issue
Block a user