retain sidedness on player relog (#1363)

This commit is contained in:
Fate-JH 2026-05-02 12:05:25 -04:00 committed by GitHub
parent 2f9a6966ae
commit fadd735b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 3 deletions

View file

@ -0,0 +1,3 @@
/* New */
ALTER TABLE savedplayer
ADD COLUMN sidedness BOOLEAN NOT NULL DEFAULT FALSE;