]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/db_version.tab
Initial version of the player_game_frag_matrix table.
[xonotic/xonstatdb.git] / tables / db_version.tab
old mode 100644 (file)
new mode 100755 (executable)
index 90d8955..967fcc6
@@ -2,7 +2,7 @@ CREATE TABLE xonstat.db_version
 (
   "version" character varying(15) NOT NULL,
   descr character varying(100) NOT NULL,
-  create_dt timestamp without time zone NOT NULL DEFAULT now(),
+  create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'),
   CONSTRAINT db_version_pk PRIMARY KEY (version)
 )
 WITH (