From 16d3c774276cdc051003695cfffce1b2f69eec10 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 29 Nov 2023 16:01:07 +0000 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) 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 / -- 2.39.5