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/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev