Skip to content

Commit

Permalink
Allow do migrations in environments (#5995)
Browse files Browse the repository at this point in the history
* Remove unused jest type from Pages Functions tsconfig

* feat: allow Durable Object migrations to be overridable in environments

By making the `migrations` key inheritable, users can provide different migrations
for each wrangler.toml environment.

Resolves [#729](#729)
  • Loading branch information
petebacondarwin committed Jun 14, 2024
1 parent f8090d2 commit 374bc44
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 285 deletions.
10 changes: 10 additions & 0 deletions .changeset/smooth-pumpkins-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"wrangler": minor
---

feat: allow Durable Object migrations to be overridable in environments

By making the `migrations` key inheritable, users can provide different migrations
for each wrangler.toml environment.

Resolves [#729](https://github.com/cloudflare/workers-sdk/issues/729)
Loading

0 comments on commit 374bc44

Please sign in to comment.