# 모든 IP 주소를 삭제하는 방법?

**URL:** https://meta.discourse.org/t/how-to-delete-all-ip-addresses/369260
**Category:** Support
**Created:** [6월 7, 2025, 8:06오후 UTC](https://meta.discourse.org/t/how-to-delete-all-ip-addresses/369260 "2025-06-07T20:06:26Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [6월 8, 2025, 7:11오전 UTC](https://meta.discourse.org/t/how-to-delete-all-ip-addresses/369260/3 "2025-06-08T07:11:32Z")

</div>

> [@pfaffman](#):
>
> - incoming\_links (ip\_address)
> - search\_logs (ip\_address)
> - topic\_link\_clicks (ip\_address)
> - topic\_views (ip\_address)
> - user\_profile\_views (ip\_address)
> - user\_auth\_tokens (client\_ip)
> - user\_auth\_token\_logs (client\_ip)
> - screened\_ip\_addresses (ip\_address)

흥미롭게도 users 테이블의 주요 항목인 `ip_address`와 `registration_ip_address`는 포함되지 않은 것으로 보입니다.

데이터 탐색기에서 필드 검색을 해보니 몇 가지 더 있습니다.

- `screened_emails.ip_address`
- `screened_urls.ip_address`
- `user_histories.ip_address`
- `user_ip_address_histories.ip_address`

테스트 사이트에서 이 중 일부는 레코드가 없지만, 본인 테이블에서도 데이터가 비어 있는지 확인해 볼 가치가 있을 것입니다.

---

_[View the full topic](https://meta.discourse.org/t/how-to-delete-all-ip-addresses/369260)._
