Skip to content

Commit

Permalink
🛠 add init DO migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish21 committed May 22, 2022
1 parent 191a2bb commit fe99577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/worker/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ bindings = [
bindings = [
{name = "COUNTER", class_name = "CounterDurableObject"},
]

[[migrations]]
tag = "v1"
new_classes = ["CounterDurableObject"]

0 comments on commit fe99577

Please sign in to comment.