From 5449afb656736ab41bf30b1b0380669cea3c3c3c Mon Sep 17 00:00:00 2001 From: Jon Harrell <4829245+jharrell@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:40:22 -0600 Subject: [PATCH] Update content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql-gis.mdx Co-authored-by: Alex Ruheni <33921841+ruheni@users.noreply.github.com> --- .../06-typesafe-raw-sql/01-safeql-gis.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql-gis.mdx b/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql-gis.mdx index 9916cbe92b..cf9f66c105 100644 --- a/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql-gis.mdx +++ b/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql-gis.mdx @@ -67,7 +67,7 @@ volumes: -Then, create a migration using `npx prisma migrate dev` in order to enable the extension. The migration file should look like the following: +Next, create a migration using the `prisma migrate dev` command to enable the extension. The output of the migration file should look like the following: ```sql