From 6010ce2004e1ba1be9eed6e99c9d05779b7fbb9a Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 10 Nov 2016 20:45:42 -0500 Subject: [PATCH] Add an Elo indicator for turning off processing at the server scope. --- tables/servers.tab | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/servers.tab b/tables/servers.tab index e1aa61f..761d944 100755 --- a/tables/servers.tab +++ b/tables/servers.tab @@ -10,6 +10,7 @@ CREATE TABLE xonstat.servers revision character varying(50), pure_ind boolean NOT NULL DEFAULT true, impure_cvars integer NULL, + elo_ind boolean NOT NULL DEFAULT true, active_ind boolean NOT NULL DEFAULT true, create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'), CONSTRAINT servers_pk PRIMARY KEY (server_id) -- 2.39.2