From: Ant Zucaro Date: Fri, 11 Nov 2016 01:45:42 +0000 (-0500) Subject: Add an Elo indicator for turning off processing at the server scope. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6010ce2004e1ba1be9eed6e99c9d05779b7fbb9a;p=xonotic%2Fxonstatdb.git Add an Elo indicator for turning off processing at the server scope. --- 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)