Skip to content

Commit fa093ca

Browse files
authored
Update src/content/docs/workers/wrangler/commands.mdx
1 parent 7c9ed0a commit fa093ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ wrangler d1 migrations list <DATABASE_NAME> [OPTIONS]
436436
- `--local` <Type text="boolean" /> <MetaInfo text="optional" />
437437
- Show the list of unapplied migration files on your locally persisted D1 database.
438438
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
439-
- Execute any unapplied migrations on your remote D1 database.
439+
- Show the list of unapplied migration files on your remote D1 database.
440440
- `--persist-to` <Type text="string" /> <MetaInfo text="optional" />
441441
- Specify directory to use for local persistence (for use in combination with `--local`).
442442
- `--preview` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)