fix: use new_sqlite_classes for Durable Objects (required on free plan)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arthur Belleville 2026-04-11 16:06:34 +02:00
parent be7c6d4889
commit 6ea66c451b

View file

@ -9,7 +9,7 @@ bindings = [
[[migrations]]
tag = "v1"
new_classes = ["ChatRoom"]
new_sqlite_classes = ["ChatRoom"]
[observability]
enabled = true