We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d6b6e commit 391dcc0Copy full SHA for 391dcc0
1 file changed
wrangler.toml
@@ -28,7 +28,9 @@ tag = "20250417"
28
29
[[env.preview.migrations]]
30
tag = "20250530"
31
-deleted_classes = ["ChainhooksDO"]
+# Removed 2025/08/27 after error on build
32
+# Cannot apply delete-class migration to class 'ChainhooksDO' which was not exported in the previous version of the script [code: 10074]
33
+# deleted_classes = ["ChainhooksDO"]
34
35
[[env.preview.kv_namespaces]]
36
binding = "AIBTCDEV_CACHE_KV"
0 commit comments