Skip to content

Commit 5b1ec29

Browse files
cherry pick 1082 (#1094)
Co-authored-by: Lasse Heemann <[email protected]>
1 parent 5b84bf5 commit 5b1ec29

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,19 @@ For all available Cypher types, see the section on xref::values-and-types/proper
139139
| Feature
140140
| Details
141141

142+
a|
143+
label:functionality[]
144+
label:updated[]
145+
[source, cypher, role="noheader"]
146+
----
147+
CREATE DATABASE foo TOPOLOGY $p PRIMARIES $s SECONDARIES
148+
----
149+
[source, cypher, role="noheader"]
150+
----
151+
ALTER DATABASE foo SET TOPOLOGY $p PRIMARIES $s SECONDARIES
152+
----
153+
| The link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-databases/[`CREATE DATABASE`] and link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/alter-databases/[`ALTER DATABASE`] commands now accept parameters for `TOPOLOGY` configuration.
154+
142155
a|
143156
label:functionality[]
144157
label:updated[]

0 commit comments

Comments
 (0)