From: Ant Zucaro Date: Wed, 27 Apr 2011 01:31:40 +0000 (-0400) Subject: Add revision to servers table. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=51372af5a78f0514b6f0448f520e4644ddb85098;p=xonotic%2Fxonstatdb.git Add revision to servers table. --- diff --git a/tables/servers.tab b/tables/servers.tab index 4be3b2f..a188294 100644 --- a/tables/servers.tab +++ b/tables/servers.tab @@ -5,6 +5,7 @@ CREATE TABLE xonstat.servers "location" character varying(100), ip_addr character varying(32), max_players integer, + revision character varying(50), pure_ind boolean NOT NULL DEFAULT true, active_ind boolean NOT NULL DEFAULT true, create_dt timestamp without time zone NOT NULL DEFAULT now(),