From: Ant Zucaro Date: Thu, 28 Apr 2011 00:18:20 +0000 (-0400) Subject: Add public key to servers. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e4ef9f0ca56411604a6d30ed927f0bab5144b178;p=xonotic%2Fxonstatdb.git Add public key to servers. --- diff --git a/tables/servers.tab b/tables/servers.tab index a188294..46e2279 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, + public_key character varying(725), revision character varying(50), pure_ind boolean NOT NULL DEFAULT true, active_ind boolean NOT NULL DEFAULT true,