From: Ant Zucaro Date: Tue, 5 Feb 2013 08:26:43 +0000 (-0500) Subject: Add port to servers table X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonstatdb.git;a=commitdiff_plain;h=0f02546e71dc762deada44f7475c0b05e5fcbec8 Add port to servers table --- diff --git a/tables/servers.tab b/tables/servers.tab index fe3881e..936268d 100644 --- a/tables/servers.tab +++ b/tables/servers.tab @@ -4,6 +4,7 @@ CREATE TABLE xonstat.servers "name" character varying(64), "location" character varying(100), ip_addr character varying(32), + port integer, hashkey character varying(44), public_key character varying(725), revision character varying(50),