]> git.openstreetmap.org Git - rails.git/commit
Remove the timestamp normalisation
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Nov 2023 16:01:07 +0000 (16:01 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Dec 2023 13:36:52 +0000 (13:36 +0000)
commit16d3c774276cdc051003695cfffce1b2f69eec10
treee60aa3f213fe03be933433048b8195560708b061
parent4c77f9d780daffee66608f2f8839730a224e9280
Remove the timestamp normalisation

The precision of the timestamps is controlled in our migrations,
and so any mismatch should be marked as an error.

The ar_internal_metadata is not controlled, but is timestamp(6) for
rails 6.0+ installations, and so this won't fail in CI.
script/normalise-structure