Skip to content

Commit 355f302

Browse files
naourasskodster28
andauthored
[Wrangler] Removed duplicate line in D1 Bindings section (#17874)
* Removed duplicate line in D1 section * Retrigger CI --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 522e18c commit 355f302

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,7 @@ To bind D1 databases to your Worker, assign an array of the below object to the
472472

473473
- `preview_database_id` <Type text="string" /> <MetaInfo text="optional" />
474474

475-
- The preview ID of this D1 database. If provided, `wrangler dev` will use this ID. Otherwise, it will use `database_id`. This option is required when using `wrangler dev --remote`.
476-
477-
- The ID of the database. The database ID is available when you first use `wrangler d1 create` or when you call `wrangler d1 list`, and uniquely identifies your database.
475+
- The preview ID of this D1 database. If provided, `wrangler dev` uses this ID. Otherwise, it uses `database_id`. This option is required when using `wrangler dev --remote`.
478476

479477
- `migrations_dir` <Type text="string" /> <MetaInfo text="optional" />
480478

0 commit comments

Comments
 (0)