fix(DB/world_state): Update engine to InnoDB (#22456)

This commit is contained in:
Jelle Meeus 2025-07-11 14:50:40 +02:00 committed by GitHub
parent 7724dd00d1
commit 0ea5b9cc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
ALTER TABLE `world_state` ENGINE = InnoDB;