Skip to content

Commit 51b482c

Browse files
Update modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 987e972 commit 51b482c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Replacement syntax for deprecated and removed features are also indicated.
1919
[[cypher-deprecations-additions-removals-5.25]]
2020
== Neo4j 5.25
2121

22-
=== New features
22+
=== Deprecated features
2323

2424
[cols="2", options="header"]
2525
|===
@@ -28,15 +28,15 @@ Replacement syntax for deprecated and removed features are also indicated.
2828

2929
a|
3030
label:functionality[]
31-
label:new[]
31+
label:deprecated[]
3232
[source, cypher, role="noheader"]
3333
----
34-
CREATE DATABASE db OPTIONS { existingDataSeedServer: ... }
34+
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
3535
----
36-
| The option `existingDataSeedServer` has beed added to `CREATE DATABASE`. The functionality is the same as the deprecated option `existingDataSeedServer` which this replaces.
36+
| The `CREATE DATABASE` option `existingDataSeedInstance` has been deprecated and replaced with the option link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-database/#manage-databases-create-database-options[`existingDataSeedServer`]. The functionality is unchanged.
3737
|===
3838

39-
=== Deprecated features
39+
=== New features
4040

4141
[cols="2", options="header"]
4242
|===
@@ -45,15 +45,16 @@ CREATE DATABASE db OPTIONS { existingDataSeedServer: ... }
4545

4646
a|
4747
label:functionality[]
48-
label:deprecated[]
48+
label:new[]
4949
[source, cypher, role="noheader"]
5050
----
51-
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
51+
CREATE DATABASE db OPTIONS { existingDataSeedServer: ... }
5252
----
53-
| The `CREATE DATABASE` option `existingDataSeedInstance` has been deprecated and replaced with the option `existingDataSeedServer`. The functionality is unchanged.
53+
| The option link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-database/#manage-databases-create-database-options[`existingDataSeedServer`] has been added to `CREATE DATABASE`. The functionality is the same as the deprecated option `existingDataSeedServer`, which this replaces.
5454
|===
5555

5656

57+
5758
[[cypher-deprecations-additions-removals-5.24]]
5859
== Neo4j 5.24
5960

0 commit comments

Comments
 (0)