컨테이너에 PSQL로 접속한 후 UPDATE users SET last_seen_at=NULL WHERE id=bot-id-here;를 실행하면 어떻게 될까요?
UPDATE users SET last_seen_at=NULL WHERE id=bot-id-here;