diff --git a/migrations/0007_duelv1.sql b/migrations/0007_duelv1.sql index a55d757..c0870cf 100644 --- a/migrations/0007_duelv1.sql +++ b/migrations/0007_duelv1.sql @@ -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'; \ No newline at end of file