]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Remove player_skills when cleaning up the DB.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 16 Mar 2021 21:50:22 +0000 (17:50 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 16 Mar 2021 21:50:22 +0000 (17:50 -0400)
scripts/clean_database.sql

index 4394019524582e202f13e612358cd520b00616b6..89c8949664aaa5c1b711b7c1cd832c74198192d6 100644 (file)
@@ -20,4 +20,5 @@ truncate table player_nicks cascade;
 truncate table player_ranks cascade;
 truncate table player_weapon_stats cascade;
 truncate table player_game_nonparticipants cascade;
+truncate table player_skills cascade;
 delete from players where player_id > 2;