WIP: dueling_v1 #64
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