From 462bc0edd54e796664fd0e742f6d08ac9927e6f5 Mon Sep 17 00:00:00 2001 From: azivner Date: Tue, 14 Aug 2018 17:32:15 +0200 Subject: [PATCH] attribute sync fix --- src/services/sync.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/services/sync.js b/src/services/sync.js index 6d4de0951..c8c53f3ce 100644 --- a/src/services/sync.js +++ b/src/services/sync.js @@ -236,7 +236,8 @@ const primaryKeys = { "images": "imageId", "note_images": "noteImageId", "api_tokens": "apiTokenId", - "options": "name" + "options": "name", + "attributes": "attributeId" }; async function getEntityRow(entityName, entityId) {