]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/servers.tab
Add a field to track the absolute number of impure cvar changes.
[xonotic/xonstatdb.git] / 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)