Commit graph

8 commits

Author SHA1 Message Date
Andy Allan
c44e936bfb Remove normalisation of immutable keyword
This was no longer required after removing the database functions.
2023-12-06 13:59:58 +00:00
Andy Allan
791db6e892 Remove the references to plpgsql extension
This has been built-in since postgresql 9.0
2023-12-06 13:50:02 +00:00
Andy Allan
36045859af Remove the sequence type normalisation
This can mask important matters with the definition of sequences
2023-12-06 13:36:52 +00:00
Andy Allan
16d3c77427 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.
2023-12-06 13:36:52 +00:00
Andy Allan
4c77f9d780 Add comment for btree_gist to structure.sql
Refs #4298
2023-12-06 13:36:52 +00:00
Tom Hughes
6bb178a079 Normalise timestamp types for database structure comparison 2023-05-30 18:57:09 +01:00
Tom Hughes
9fe69b0b7f Teach database structure normalise to ignore btree_gist comment 2022-05-09 18:39:14 +01:00
Tom Hughes
efef67447b Add actions workflow to run tests 2020-12-09 22:07:40 +00:00