]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add a field to track the absolute number of impure cvar changes.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 9 Jun 2015 21:38:11 +0000 (17:38 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 9 Jun 2015 21:38:11 +0000 (17:38 -0400)
tables/servers.tab

index 936268d06653a98f05c1aff5a08c9a223f057244..e1aa61f80a4aa21e8eff448c383678afd62ff6c5 100644 (file)
@@ -9,6 +9,7 @@ CREATE TABLE xonstat.servers
   public_key character varying(725),
   revision character varying(50),
   pure_ind boolean NOT NULL DEFAULT true,
+  impure_cvars integer NULL,
   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)