From 92669778ab160013f7447b1b9f635bfe298d412c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nmez=20Kartal?= Date: Tue, 11 Jul 2023 01:27:47 +0300 Subject: [PATCH] fix(account): introduce new durable object class again (#2468) --- platform/account/wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/account/wrangler.toml b/platform/account/wrangler.toml index 5613c52384..78d553709d 100644 --- a/platform/account/wrangler.toml +++ b/platform/account/wrangler.toml @@ -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" }, ]