From 8b95dad7b7fc3b071e3e55306977a80ee879cea2 Mon Sep 17 00:00:00 2001 From: Dhghomon Date: Thu, 11 Jan 2024 14:31:33 +0900 Subject: [PATCH] wax on, wax off --- docs/guides/migrations/guide.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/migrations/guide.rst b/docs/guides/migrations/guide.rst index db9e6099922..0272c5c276c 100644 --- a/docs/guides/migrations/guide.rst +++ b/docs/guides/migrations/guide.rst @@ -1310,7 +1310,11 @@ Get the current migration with the following query: name, }; +.. lint-off + .. _rfc: https://github.com/edgedb/rfcs/blob/master/text/1000-migrations.rst .. _transaction: https://www.edgedb.com/docs/reference/ddl/migrations .. _tutorial: https://www.edgedb.com/tutorial -.. _tutorial_files: https://github.com/edgedb/website/tree/main/content/tutorial/dbschema/migrations \ No newline at end of file +.. _tutorial_files: https://github.com/edgedb/website/tree/main/content/tutorial/dbschema/migrations + +.. lint-on \ No newline at end of file