]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/hashkeys.tab
Change foreign keys from serial to integer.
[xonotic/xonstatdb.git] / tables / hashkeys.tab
index 6d7fd88139d37b04518229223a3fa69f747632a0..b39409ae38236493353b7a6fe1c53319e45faf1a 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE xonstat.hashkeys
 (
-  player_id serial NOT NULL,
+  player_id integer NOT NULL,
   hashkey character varying(44) NOT NULL,
   active_ind boolean NOT NULL DEFAULT true,
   create_dt timestamp with time zone NOT NULL DEFAULT now(),