]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/servers.tab
Add revision to servers table.
[xonotic/xonstatdb.git] / tables / servers.tab
index 4be3b2f8c75cef41418f62ee8152448df397ad61..a18829424fc1e9ebd19fe0f7800aaf1ed90935b4 100644 (file)
@@ -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(),