From b973f9a0f697493dd14d6f10263e4088739723a5 Mon Sep 17 00:00:00 2001 From: Dhghomon Date: Fri, 19 Jan 2024 21:04:20 +0900 Subject: [PATCH] Fix type name --- docs/guides/migrations/guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/migrations/guide.rst b/docs/guides/migrations/guide.rst index cdb72762077..305a7347a09 100644 --- a/docs/guides/migrations/guide.rst +++ b/docs/guides/migrations/guide.rst @@ -268,7 +268,7 @@ has no properties. .. code-block:: sdl module default { - type SomeType; + type User; } Creating a migration with ``edgedb migration create`` will result