From 4f3cd534d2f2e972875a3badfabea4b20fd1035d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 Jan 2021 20:13:56 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +-- ayanova/src/api/biz-role-rights.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 250f8927..f6367377 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,8 +5,7 @@ MISC ITEMS THAT CAME UP -todo: use explain to determine if indexes are being used with a huge dataset - Specifically the id/name indexes and the tag indexes + todo: foreign keys are not indexed by default in the referencing table (the one who references) take a look and see if any should be indexed when doing above diff --git a/ayanova/src/api/biz-role-rights.js b/ayanova/src/api/biz-role-rights.js index 88add877..398364f4 100644 --- a/ayanova/src/api/biz-role-rights.js +++ b/ayanova/src/api/biz-role-rights.js @@ -11,6 +11,7 @@ export default { HeadOffice: { Change: 33098, ReadFullRecord: 65669, Select: 131071 }, LoanUnit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 }, Part: { Change: 98, ReadFullRecord: 29, Select: 131071 }, + PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 }, PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 }, PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 }, PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },