]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/servers.tab
Make the server hashkey an attribute instead of its own table.
[xonotic/xonstatdb.git] / tables / servers.tab
index 46e227983d8fc3893e75defb5313e597c22d8d18..0bc4bbac54c336e4a32cae3c41c062b8d723d9be 100644 (file)
@@ -4,7 +4,7 @@ CREATE TABLE xonstat.servers
   "name" character varying(64),
   "location" character varying(100),
   ip_addr character varying(32),
-  max_players integer,
+  hashkey character varying(44),
   public_key character varying(725),
   revision character varying(50),
   pure_ind boolean NOT NULL DEFAULT true,