Skip to content

Commit bf6008d

Browse files
author
Frannie-Ludmilla
committed
Add code review suggestions wrt Cypher deprecations
1 parent f7ce6cc commit bf6008d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
10761076
| *Mode* 3+| DBMS
10771077
|===
10781078

1079+
[NOTE]
1080+
====
1081+
Users should prefer the usage of procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`]
1082+
over `dbms.quarantineDatabase()` because of the improvements and the new features (see the `operation` option ).
1083+
The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5 but not in Cypher 25.
1084+
====
10791085

10801086
[role=label--enterprise-edition label--admin-only]
10811087
[[procedure_dbms_unquarantineDatabase]]

0 commit comments

Comments
 (0)