X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tables%2Fgames.tab;h=2d8a4a5386cf3b079278aa257289d5f21eff2d29;hb=bc5e0c681690ce6974c02808959bd20e01e5aefa;hp=15c32869136a14734baad21c7ac1c513b49cceb6;hpb=f6eef89f8147e353af6edbe5339550c65e806483;p=xonotic%2Fxonstatdb.git diff --git a/tables/games.tab b/tables/games.tab index 15c3286..2d8a4a5 100755 --- a/tables/games.tab +++ b/tables/games.tab @@ -19,7 +19,7 @@ CREATE TABLE xonstat.games CONSTRAINT games_fk003 FOREIGN KEY (map_id) REFERENCES xonstat.maps (map_id) MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION, - CONSTRAINT games_uk001 UNIQUE KEY (server_id, match_id) + CONSTRAINT games_uk001 UNIQUE (server_id, match_id) ) WITH ( OIDS=FALSE