add to the player table the fedi server id
This commit is contained in:
parent
4a0318ec10
commit
f686daaeae
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
Loading…
Add table
Reference in a new issue