mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-02 02:23:56 +00:00
Drop unnecessary SQLite storage from GameRoom Durable Object
GameRoom keeps all state in memory and never uses this.state.storage, so new_classes suffices over new_sqlite_classes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
138cbcf6a3
commit
7bb9022190
@ -12,4 +12,4 @@ MAX_PLAYERS_CEILING = 64
|
|||||||
|
|
||||||
[[migrations]]
|
[[migrations]]
|
||||||
tag = "v1"
|
tag = "v1"
|
||||||
new_sqlite_classes = ["GameRoom"]
|
new_classes = ["GameRoom"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user