Skip to content

Commit 3622eb0

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
1 parent 92e58f6 commit 3622eb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ If the store is seeded with `seedURI` or `existingDataSeedServer`, or if the com
182182
| Datetime or transaction id. E.g. `datetime("2025-01-01T12:15:00.000+0100")` or `123456`
183183
|
184184
If you are passing a `seedURI` that leads to a backup chain, including differential backups, you can choose to not apply all the transactions in the differential backups.
185-
To seed up to a specific date, specify a `datetime` and this will seed the database with transactions committed before the provided timestamp.
186-
To seed up to a specific transaction ID, specify a transaction id, and this will seed the database with transactions up to, but not including the specified transaction.
185+
To seed up to a specific date, specify a `datetime`.
186+
This will seed the database with transactions committed before the provided timestamp.
187+
To seed up to a specific transaction ID, specify a transaction ID.
188+
This will seed the database with transactions up to, but not including the specified transaction.
187189

188190
| `seedSourceDatabase`
189191
| A source database name

0 commit comments

Comments
 (0)