File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/database-administration/standard-databases Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ CREATE OR REPLACE DATABASE customers
206206
207207This 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----
You can’t perform that action at this time.
0 commit comments