]> git.openstreetmap.org Git - rails.git/commitdiff
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)
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

index eda5a3c1f89205c283f48a6b34beed0b103d2899..9cf0b6cae906d400457f289894fb93cdc96883f1 100644 (file)
@@ -8,5 +8,3 @@
 /^    AS integer$/d
 
 s/ IMMUTABLE / /
-
-s/ timestamp(6) / timestamp /