From 888e7eba283356bee0b6dcda8eef6a68a662dc85 Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:10:46 +0100 Subject: [PATCH] Apply suggestions from code review --- .../400-reference/200-api-reference/200-command-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/400-reference/200-api-reference/200-command-reference.mdx b/content/400-reference/200-api-reference/200-command-reference.mdx index ada7a65c3c..e634e99eea 100644 --- a/content/400-reference/200-api-reference/200-command-reference.mdx +++ b/content/400-reference/200-api-reference/200-command-reference.mdx @@ -997,7 +997,7 @@ Other options: - Take the SQL script from standard input and execute it on the database specified by the data source URL given in the `DATABASE_URL` environment variable: ```terminal wrap - echo 'TRUNCATE TABLE dev;' | prisma db execute --stdin --url="$DATABASE_URL" + $ echo 'TRUNCATE TABLE dev;' | prisma db execute --stdin --url="$DATABASE_URL" ``` ## Prisma Migrate