WIP: dueling_v1 #64

Draft
waifu wants to merge 15 commits from dueling_v1 into dev
Showing only changes of commit f686daaeae - Show all commits

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';