Add character_stats table for persistent character data storage

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
erik 2026-02-26 14:59:49 +00:00
parent a824451365
commit ab9f86d7a6
2 changed files with 36 additions and 0 deletions

View file

@ -37,6 +37,7 @@ from db_async import (
spawn_events,
rare_events,
character_inventories,
character_stats,
portals,
server_health_checks,
server_status,