pandorabox.io/scripts/delete_player_without_metad...

4 lines
202 B
Bash
Raw Permalink Normal View History

2019-08-21 01:22:44 -07:00
#!/bin/sh
docker-compose exec postgres psql -U postgres -c "delete from player where name in (select name from player where (select count(*) from player_metadata where player = name) = 0 limit 1000);"