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:
parent
4c77f9d780
commit
16d3c77427
1 changed files with 0 additions and 2 deletions
|
@ -8,5 +8,3 @@
|
|||
/^ AS integer$/d
|
||||
|
||||
s/ IMMUTABLE / /
|
||||
|
||||
s/ timestamp(6) / timestamp /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue