Skip to content

Commit

Permalink
Update content/200-orm/200-prisma-client/500-deployment/301-edge/450-…
Browse files Browse the repository at this point in the history
…deploy-to-cloudflare.mdx
  • Loading branch information
nikolasburk authored Mar 27, 2024
1 parent 6f4a90b commit d0b1b87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,10 +639,10 @@ In this tutorial, you'll do both: test the Worker locally _and_ deploy it afterw

```terminal
# For the local database
npx wrangler d1 execute prisma-demo-db --file=migrations/0001_create_user_table.sql --local
npx wrangler d1 migrations apply --local
# For the remote database
npx wrangler d1 execute prisma-demo-db --file=migrations/0001_create_user_table.sql --remote
npx wrangler d1 migrations apply --remote
```

Let's also create some dummy data that we can query once the Worker is running. This time, you'll run the SQL statement without storing it in a file:
Expand Down

0 comments on commit d0b1b87

Please sign in to comment.