From: Andy Allan Date: Wed, 29 Nov 2023 16:01:07 +0000 (+0000) Subject: Remove the timestamp normalisation X-Git-Tag: live~914^2~3 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/16d3c774276cdc051003695cfffce1b2f69eec10?ds=inline;hp=-c 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. --- 16d3c774276cdc051003695cfffce1b2f69eec10 diff --git a/script/normalise-structure b/script/normalise-structure index eda5a3c1f..9cf0b6cae 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -8,5 +8,3 @@ /^ AS integer$/d s/ IMMUTABLE / / - -s/ timestamp(6) / timestamp /