]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/servers.tab
Add an Elo indicator for turning off processing at the server scope.
[xonotic/xonstatdb.git] / tables / servers.tab
index e1aa61f80a4aa21e8eff448c383678afd62ff6c5..761d9445669bf7d884769a508c765693f98fa742 100755 (executable)
@@ -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)