[openstreetmap/openstreetmap-website] [WIP] Simplify GPS trace visibility levels (PR #7146)
Ruben L. Mendoza
notifications at github.com
Tue Jun 9 21:42:52 UTC 2026
Rub21 left a comment (openstreetmap/openstreetmap-website#7146)
The visibility column keeps public as its [default](https://github.com/openstreetmap/openstreetmap-website/blob/master/db/structure.sql#L874):
```sql
visibility public.gpx_visibility_enum DEFAULT 'public'::public.gpx_visibility_enum NOT NULL
```
There is no migration yet. The app always sets the visibility in the controllers on upload, so this default never runs for new traces. We can change it to trackable in a separate PR, to keep this one small and easy to review
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7146#issuecomment-4664330697
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/7146/c4664330697 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260609/ee88be90/attachment.htm>
More information about the rails-dev
mailing list