You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Replacement syntax for deprecated and removed features are also indicated.
19
19
[[cypher-deprecations-additions-removals-5.25]]
20
20
== Neo4j 5.25
21
21
22
-
=== New features
22
+
=== Deprecated features
23
23
24
24
[cols="2", options="header"]
25
25
|===
@@ -28,15 +28,15 @@ Replacement syntax for deprecated and removed features are also indicated.
28
28
29
29
a|
30
30
label:functionality[]
31
-
label:new[]
31
+
label:deprecated[]
32
32
[source, cypher, role="noheader"]
33
33
----
34
-
CREATE DATABASE db OPTIONS { existingDataSeedServer: ... }
34
+
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
35
35
----
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.
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
51
+
CREATE DATABASE db OPTIONS { existingDataSeedServer: ... }
52
52
----
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.
0 commit comments