]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/player_game_stats.tab
Change player_*_stats to bigserial - there is going to be a lot of them.
[xonotic/xonstatdb.git] / tables / player_game_stats.tab
index 01c702a87563f5fe5b11bf519ceadb83d2220b1c..9cdf17c8d2c0e4a59fbaeccf6bd5f133e2c976ef 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE xonstat.player_game_stats
 (
-  player_game_stat_id serial NOT NULL,
+  player_game_stat_id bigserial NOT NULL,
   player_id integer NOT NULL,
   game_id bigint NOT NULL,
   stat_type character varying(1),