]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/player_weapon_stats.tab
Change player_*_stats to bigserial - there is going to be a lot of them.
[xonotic/xonstatdb.git] / tables / player_weapon_stats.tab
index 07a8ca5136c48e1e31b89ca5bc43a7ee8dc488cc..2e1990935d59075a824bbd2d82bcee51e054e0f7 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE xonstat.player_weapon_stats
 (
-  player_weapon_stats_id serial NOT NULL,
+  player_weapon_stats_id bigserial NOT NULL,
   player_id integer NOT NULL,
   game_id bigint NOT NULL,
   weapon_cd character varying(3) NOT NULL,