Implemented Capture The Flag
This commit is contained in:
@@ -118,6 +118,8 @@ CREATE TABLE IF NOT EXISTS pastCombat (
|
||||
|
||||
attackerCasualties INTEGER,
|
||||
|
||||
flagCaptured BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
|
||||
CONSTRAINT FOREIGN KEY fk_attackerId(attackerId) REFERENCES accounts(id) ON UPDATE CASCADE ON DELETE CASCADE,
|
||||
CONSTRAINT FOREIGN KEY fk_defenderId(defenderId) REFERENCES accounts(id) ON UPDATE CASCADE ON DELETE CASCADE
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user