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

Commit c9fe36f

Browse files
committed
fix: use empty migration based on error in preview
1 parent 757e6d3 commit c9fe36f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wrangler.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ new_classes = ["ContractCallsDO"]
2222

2323
routes = []
2424

25+
# fixing a deploy error from old code
26+
[[env.preview.migrations]]
27+
tag = "20250417"
28+
2529
[[env.preview.kv_namespaces]]
2630
binding = "AIBTCDEV_CACHE_KV"
2731
id = "beb302875cfa41eb86fb24eeb3b9373a"

0 commit comments

Comments
 (0)