From 67155135a92a1b2522ceb007ece2c107ea17ea69 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 5 Feb 2013 03:25:09 -0500 Subject: [PATCH] Add mod string to games table --- tables/games.tab | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/games.tab b/tables/games.tab index 2d8a4a5..3f5c3e2 100755 --- a/tables/games.tab +++ b/tables/games.tab @@ -8,6 +8,7 @@ CREATE TABLE xonstat.games duration interval, winner integer, match_id character varying(64), + mod character varying(64), create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'), CONSTRAINT games_pk PRIMARY KEY (game_id), CONSTRAINT games_fk001 FOREIGN KEY (game_type_cd) -- 2.39.2