Skip to content

Commit b2ff019

Browse files
Add labels 2025.06
1 parent 55c3573 commit b2ff019

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/database-administration/standard-databases/seed-from-uri.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI:'s3://myBucket/myBack
1818
----
1919

2020
======
21-
[role=include-with-Cypher-25]
21+
[role=include-with-Cypher-25 label--new-2025.06]
2222
======
2323

2424
[source, cypher25]
@@ -146,7 +146,7 @@ Using Cypher 5:
146146
CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 'gs://myBucket/myBackup.backup' }
147147
----
148148
+
149-
Using Cypher 25:
149+
Using Cypher 25 label:new[Introduced in 2025.06]:
150150
+
151151
[source,cypher25]
152152
----
@@ -167,7 +167,7 @@ Using Cypher 5:
167167
CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 'azb://myStorageAccount/myContainer/myBackup.backup' }
168168
----
169169
+
170-
Using Cypher 25:
170+
Using Cypher 25 label:new[Introduced in 2025.06]:
171171
+
172172
[source,cypher25]
173173
----
@@ -287,7 +287,7 @@ CREATE DATABASE foo OPTIONS {
287287
}
288288
----
289289
======
290-
[role=include-with-Cypher-25]
290+
[role=include-with-Cypher-25 label--new-2025.06]
291291
======
292292

293293
[source,cypher25]
@@ -320,7 +320,7 @@ CREATE DATABASE foo OPTIONS {
320320
}
321321
----
322322
======
323-
[role=include-with-Cypher-25]
323+
[role=include-with-Cypher-25 label--new-2025.06]
324324
======
325325
[source,cypher25]
326326
----

0 commit comments

Comments
 (0)