diff --git a/.changeset/lemon-garlics-provide.md b/.changeset/lemon-garlics-provide.md index 65263a177c41..27e670d58c38 100644 --- a/.changeset/lemon-garlics-provide.md +++ b/.changeset/lemon-garlics-provide.md @@ -4,4 +4,6 @@ fix: failed d1 migrations not treated as errors -When a set of migrations fails, wrangler should return a non-success exit code. +This PR teaches wrangler to return a non-success exit code when a set of migrations fails. + +It also cleans up `wrangler d1 migrations apply` output significantly, to only log information relevant to migrations.