Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ wrangler d1 migrations apply <DATABASE_NAME> [OPTIONS]

- `DATABASE_NAME` <Type text="string" /> <MetaInfo text="required" />
- The name of the D1 database you wish to apply your migrations on.
- `--env` <Type text="string" /> <MetaInfo text="optional" />
- Specify which environment configuration to use for D1 binding
- `--local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
- Execute any unapplied migrations on your locally persisted D1 database.
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
Expand Down
Loading