pandorabox.io/scripts/purge_no_ref_players.sh

4 lines
153 B
Bash
Executable File

#!/bin/sh
docker-compose exec postgres psql -U postgres -c "delete from player where name not in (select player from player_metadata group by player);"