Skip to content

Commit

Permalink
Merge pull request #517 from mpgn/patch-1
Browse files Browse the repository at this point in the history
Add backup operators group to high value sids
  • Loading branch information
rvazarkar authored Jun 23, 2022
2 parents 5d160cd + 2c577a7 commit b17abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/MenuContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const MenuContainer = () => {
setNeedsPostProcess(false)
let session = driver.session();

const highValueSids = ["-544", "-500", "-512", "-516", "-518", "-519", "1-5-9", "-526", "-527"]
const highValueSids = ["-544", "-500", "-512", "-516", "-518", "-519", "1-5-9", "-526", "-527", "-551"]
const highValueStatement = "UNWIND $sids AS sid MATCH (n:Base) WHERE n.objectid ENDS WITH sid SET n.highvalue=true"

await session.run(highValueStatement, {sids: highValueSids}).catch((err) => {
Expand Down

0 comments on commit b17abc7

Please sign in to comment.