]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add revision to servers table.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 27 Apr 2011 01:31:40 +0000 (21:31 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 27 Apr 2011 01:31:40 +0000 (21:31 -0400)
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(),