Link entity migrated to Attribute, WIP

This commit is contained in:
zadam
2019-08-19 20:12:00 +02:00
parent fd9b79e115
commit 3cb421143f
22 changed files with 172 additions and 174 deletions

View File

@@ -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) {