[openstreetmap/openstreetmap-website] A new foundation for user notifications (PR #6837)
Pablo Brasero
notifications at github.com
Wed Mar 11 13:06:19 UTC 2026
@pablobm commented on this pull request.
> + read_at timestamp without time zone,
+ seen_at timestamp without time zone,
+ created_at timestamp(6) without time zone NOT NULL,
+ updated_at timestamp(6) without time zone NOT NULL
Good catch. I have changed the migration to use Rails 8.1 definitions, which in turn has turned those timestamps into `timestamp(6)`, consistent with the others.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6837#discussion_r2918248817
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6837/review/3929467701 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260311/df015461/attachment.htm>
More information about the rails-dev
mailing list