]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/players.tab
Get rid of time zones. We do not need them.
[xonotic/xonstatdb.git] / tables / players.tab
index 5f2e685c79453a7e8de211284ad4911c35428d37..ec984863695caf071be8d5172d94a74bf961e295 100644 (file)
@@ -3,7 +3,7 @@ CREATE TABLE xonstat.players
   player_id serial NOT NULL,
   nick character varying(64),
   "location" character varying(100),
-  create_dt timestamp with time zone NOT NULL DEFAULT now(),
+  create_dt timestamp without time zone NOT NULL DEFAULT now(),
   CONSTRAINT players_pk PRIMARY KEY (player_id)
 )
 WITH (