Skip to content

Commit 25edfd2

Browse files
committed
switch worker to new sqlite backed worker
1 parent 9110a7a commit 25edfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/cloudflare-backend/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ bindings = [{ name = "COORDINATOR", class_name = "DocumentCoordinator" }]
1717

1818
[[migrations]]
1919
tag = "2023-08-25"
20-
new_classes = ["DocumentCoordinator"]
20+
new_sqlite_classes = ["DocumentCoordinator"]

0 commit comments

Comments
 (0)