From 950e200c7f33a726f345f7e3c83c023da507058e Mon Sep 17 00:00:00 2001 From: Dhghomon Date: Thu, 18 Jan 2024 09:09:43 +0900 Subject: [PATCH] Change to REPL --- docs/guides/migrations/tips.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guides/migrations/tips.rst b/docs/guides/migrations/tips.rst index 29bee592231..e0c9e3c31fc 100644 --- a/docs/guides/migrations/tips.rst +++ b/docs/guides/migrations/tips.rst @@ -1398,11 +1398,11 @@ Getting the current migration The following query will return the most current migration: -.. code-block:: sdl +.. code-block:: edgeql-repl - with - module schema, - lastMigration := ( - select Migration filter not exists . with + ... module schema, + ... lastMigration := ( + ... select Migration filter not exists .