Skip to content

Commit 9166575

Browse files
Apply suggestions from code review
1 parent 73a9794 commit 9166575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ CREATE OR REPLACE DATABASE customers
206206

207207
This is equivalent to running `DROP DATABASE customers IF EXISTS` followed by `CREATE DATABASE customers`.
208208

209-
Keep in mind that by running `CREATE OR REPLACE DATABASE` you delete also indexes and constraints.
210-
If you wish to preserve them, run the following Cypher command before the `CREATE OR REPLACE DATABASE` and save the output:
209+
Keep in mind that using `CREATE OR REPLACE DATABASE` also removes indexes and constraints.
210+
To preserve them, run the following Cypher command before the `CREATE OR REPLACE DATABASE` and save the output:
211211

212212
[source, cypher]
213213
----

0 commit comments

Comments
 (0)