]> git.rm.cloudns.org Git - xonotic/xonstatdb.git/commitdiff
Update base migration for summary_stats_mv.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 27 May 2024 19:10:55 +0000 (15:10 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 27 May 2024 19:10:55 +0000 (15:10 -0400)
migrations/00001_base.sql

index d0ecc252d8bad2f4c7b27e4002e8819d70863f0e..c9f134f82fedd0474eb4f3a4a0d8b0b2601c6569 100644 (file)
@@ -1836,7 +1836,7 @@ CREATE INDEX IF NOT EXISTS player_game_anticheats_ix02 on player_game_anticheats
 ALTER TABLE xonstat.player_game_anticheats OWNER TO xonstat;
 
 -- summary_stats_mv
-CREATE TABLE summary_stats_mv (
+CREATE TABLE IF NOT EXISTS summary_stats_mv (
        scope character varying(30),
        sort_order integer,
        num_players integer,