Skip to content

Commit

Permalink
Remove the timestamp normalisation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gravitystorm committed Nov 29, 2023
1 parent 2b1db30 commit 094c929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/normalise-structure
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
/^SET idle_in_transaction_session_timeout /d

s/ IMMUTABLE / /

s/ timestamp(6) / timestamp /

0 comments on commit 094c929

Please sign in to comment.