Skip to content

Commit

Permalink
fix(account): introduce new durable object class again (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkl committed Jul 10, 2023
1 parent 04473a6 commit 9266977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/account/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ renamed_classes = [{ from = "Core", to = "Account" }]
tag = "v2"
new_classes = ["IdentityGroup"]

[[migrations]]
tag = "v3"
new_classes = ["IdentityGroup"]

analytics_engine_datasets = [
{ binding = "Analytics", dataset = "PlatformAnalytics" },
]
Expand Down

0 comments on commit 9266977

Please sign in to comment.