]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add an Elo indicator for turning off processing at the server scope.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 11 Nov 2016 01:45:42 +0000 (20:45 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 11 Nov 2016 01:45:42 +0000 (20:45 -0500)
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)