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.
This commit is contained in:
Andy Allan 2023-11-29 16:01:07 +00:00
parent 4c77f9d780
commit 16d3c77427

View file

@ -8,5 +8,3 @@
/^ AS integer$/d /^ AS integer$/d
s/ IMMUTABLE / / s/ IMMUTABLE / /
s/ timestamp(6) / timestamp /