add to the player table the fedi server id

This commit is contained in:
w 2025-07-08 00:21:17 -03:00
parent 4a0318ec10
commit f686daaeae

View file

@ -41,3 +41,5 @@ CREATE TABLE duel_requests (
accepted BOOLEAN NOT NULL DEFAULT 0,
competitive BOOLEAN NOT NULL DEFAULT 0
);
ALTER TABLE players ADD COLUMN server_id text NOT NULL DEFAULT '0';