# `PhoenixKit.Migrations.Postgres.V147`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.13.11/lib/phoenix_kit/migrations/postgres/v147.ex#L1)

V147: Persist geo-location on known devices.

Adds a nullable `location` column to `phoenix_kit_user_known_devices`. The
"City, Country" string is already resolved at new-device time by
`PhoenixKit.Users.LoginAlerts` (it was only used in the alert email);
storing it lets the user's Active Sessions list show where each session
signed in from without an extra geo lookup per page render.

# `down`

# `up`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
