Commit af70c87
authored
fix(graphql): add deleted_classes:[UserDetails] migration (#387)
#384 removed the UserDetails Durable Object from every server but only added the
delete-class migration to the two servers that own the class (workers-observability,
workers-builds). graphql's deployed worker still depends on UserDetails, so
`wrangler deploy` rejected the new version with code 10064 and aborted the staging
and production deploys; it also blocked workers-observability from applying its own
deleted_classes migration (code 10061).
Adding the delete-class migration lets graphql deploy and releases the binding.
Validated on staging: graphql + observability deploy cleanly and the staging
UserDetails namespace is removed.1 parent 5a53e80 commit af70c87
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments