mmd-osm left a comment (openstreetmap/openstreetmap-website#5758)
@AntonKhorev : I propose to get started with additional columns for the
changesets table. It should be similar to the existing `num_changes` column,
and ideally supports something like:
```sql
UPDATE changesets
SET num_create = num_create + $1,
num_modify = num_modify + $2,
num_delete = num_delete + $3
WHERE id = $4
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5758#issuecomment-2781040411
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/issues/5758/2781040...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev