From 125c3c7580b395656ff6cdb19e0966ebad8ac461 Mon Sep 17 00:00:00 2001 From: Dhghomon Date: Thu, 11 Jan 2024 15:12:36 +0900 Subject: [PATCH] Rephrase --- docs/guides/migrations/guide.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/guides/migrations/guide.rst b/docs/guides/migrations/guide.rst index cf6df84fb47..b59e915a984 100644 --- a/docs/guides/migrations/guide.rst +++ b/docs/guides/migrations/guide.rst @@ -83,14 +83,10 @@ file inside the ``/migrations`` folder. single schema. Save the file, then type ``edgedb`` to start the EdgeDB REPL, and -then type ``describe schema as sdl``. The output will be the following: - - -.. code-block:: console - - {'module default{};'} - -Nothing happened! Our ``type User`` is nowhere to be seen. +then type ``describe schema as sdl``. The output will be +``{'module default{};'}`` - nothing more than the default module +with nothing inside. So nothing happened! Our ``type User`` is +nowhere to be seen. So that's the first thing to know about SDL. Like an address to a person's house, it doesn't *do* anything on its own, and neither does