Skip to content

Commit

Permalink
rv edgeql-repl in places
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Jan 12, 2024
1 parent 125c3c7 commit 405fac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/migrations/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To see what a schema migration file looks like, type ``edgedb migration
create`` and then hit ``y`` to say yes to the question you see below:


.. code-block:: edgeql-repl
.. code-block:: console
db> did you create object type 'default::User'? [y,n,l,c,b,s,q,?]
> y
Expand Down Expand Up @@ -734,7 +734,7 @@ differs from what you have and offers to make a fixup file:
You will then see the the same questions that otherwise show up in
a standard migration:
.. code-block:: edgeql-repl
.. code-block:: console
db> did you create property 'nickname' of object type 'default::User'?
[y,n,l,c,b,s,q,?]
Expand Down

0 comments on commit 405fac2

Please sign in to comment.