Skip to content

Commit

Permalink
Removed information about creating a new db (because multi-db is not …
Browse files Browse the repository at this point in the history
…supported in all Browser use cases) (neo4j#1245)
  • Loading branch information
shkirando authored and OskarDamkjaer committed Dec 12, 2020
1 parent 2a04c7b commit 3a443e5
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions src/browser/documentation/guides/movie-graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,9 @@ const slides = [
</ol>
<p></p>
<p>
WARNING: This guide will modify the data in the currently active
<b>WARNING:</b> This guide will modify the data in the currently active
database.{' '}
</p>
<div>
If you don't want to modify your data:
<ol>
<li>
Switch to system database{' '}
<TextCommand command={'use system'}></TextCommand>
</li>
<li>
Create a new database called movies{' '}
<pre
// @ts-expect-error ts-migrate(2322) FIXME: Property 'mode' does not exist on type 'DetailedHT... Remove this comment to see the full error message
mode="cypher"
className="pre-scrollable code runnable"
style={{ width: 'fit-content' }}
>
create database movies
</pre>
</li>
<li>
Switch to the new movies database{' '}
<TextCommand command={'use movies'}></TextCommand>
</li>
</ol>
</div>
</div>
</Slide>,
<Slide key="s2">
Expand Down

0 comments on commit 3a443e5

Please sign in to comment.