Skip to content

Commit da676ba

Browse files
committed
Fix migrations2
1 parent 0403d55 commit da676ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/server/wrangler.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ new_classes = ["TheShoppingBird"]
2323

2424
[[migrations]]
2525
tag = "v2"
26-
deleted_classes = ["TheShoppingBird"]
27-
new_classes = ["TinyDO"]
26+
renamed_classes = [{ from = "TheShoppingBird", to = "TinyDO" }]

0 commit comments

Comments
 (0)