Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 4d58ff6

Browse files
committed
refactor: Consolidate Durable Object migrations into single tag 20250102
1 parent 82d9460 commit 4d58ff6

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

wrangler.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,5 @@ class_name = "BnsApiDO"
4545

4646
# Durable Object migrations
4747
[[migrations]]
48-
tag = "v1"
49-
new_classes = ["HiroApiDO"]
50-
51-
[[migrations]]
52-
tag = "v2"
53-
new_classes = ["SupabaseDO"]
54-
55-
[[migrations]]
56-
tag = "v3"
57-
new_classes = ["StxCityDO"]
58-
59-
[[migrations]]
60-
tag = "v4"
61-
new_classes = ["BnsApiDO"]
48+
tag = "20250102"
49+
new_classes = ["HiroApiDO", "SupabaseDO", "StxCityDO", "BnsApiDO"]

0 commit comments

Comments
 (0)