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:
parent
be7c6d4889
commit
6ea66c451b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ bindings = [
|
|||
|
||||
[[migrations]]
|
||||
tag = "v1"
|
||||
new_classes = ["ChatRoom"]
|
||||
new_sqlite_classes = ["ChatRoom"]
|
||||
|
||||
[observability]
|
||||
enabled = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue