We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d2f9 commit d9a91d7Copy full SHA for d9a91d7
src/content/docs/workers/development-testing/local-data.mdx
@@ -77,7 +77,7 @@ You may also include [other metadata](/workers/wrangler/commands/#r2-object-put)
77
<PackageManagers
78
type="exec"
79
pkg="wrangler"
80
- args="wrangler d1 execute <DATABASE_NAME> --file=./schema.sql --local"
+ args="d1 execute <DATABASE_NAME> --file=./schema.sql --local"
81
/>
82
83
### Durable Objects
0 commit comments