Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Jan 11, 2024
1 parent 6bba059 commit 125c3c7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/guides/migrations/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 125c3c7

Please sign in to comment.