mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-02 02:23:56 +00:00
Use new_sqlite_classes for Durable Object migrations
Required for Cloudflare free plan to back Durable Objects with SQLite storage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0f2ec86f47
commit
74d9f76f12
@ -15,8 +15,8 @@ MAX_PLAYERS_CEILING = 64
|
||||
|
||||
[[migrations]]
|
||||
tag = "v1"
|
||||
new_classes = ["GameRoom"]
|
||||
new_sqlite_classes = ["GameRoom"]
|
||||
|
||||
[[migrations]]
|
||||
tag = "v2"
|
||||
new_classes = ["RoomRegistry"]
|
||||
new_sqlite_classes = ["RoomRegistry"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user