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 },