Re: [openstreetmap/openstreetmap-website] Show new/modified/deleted count in place of "<edits> 🖊" in changeset card (Issue #5758)
mmd
notifications at github.com
Sat Apr 5 18:50:17 UTC 2025
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/2781040411 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250405/2bbbce4e/attachment.htm>
More information about the rails-dev
mailing list