From 3a443e56772b18f3f183b99ccea3d7ede7ba285d Mon Sep 17 00:00:00 2001 From: Liza Shkirando Date: Fri, 27 Nov 2020 14:38:33 +0100 Subject: [PATCH] Removed information about creating a new db (because multi-db is not supported in all Browser use cases) (#1245) --- .../documentation/guides/movie-graph.tsx | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/src/browser/documentation/guides/movie-graph.tsx b/src/browser/documentation/guides/movie-graph.tsx index 842764f9274..88f451ed735 100644 --- a/src/browser/documentation/guides/movie-graph.tsx +++ b/src/browser/documentation/guides/movie-graph.tsx @@ -46,33 +46,9 @@ const slides = [

- WARNING: This guide will modify the data in the currently active + WARNING: This guide will modify the data in the currently active database.{' '}

-
- If you don't want to modify your data: -
    -
  1. - Switch to system database{' '} - -
  2. -
  3. - Create a new database called movies{' '} -
    -              create database movies
    -            
    -
  4. -
  5. - Switch to the new movies database{' '} - -
  6. -
-
,