bcgov / cas-postgres-style-tests

A collection of automated tests to ensure good sql coding practices and consistent formatting of a postgres database.
Apache License 2.0
0 stars 0 forks source link

Add a 'all foreign keys are indexed' test to the pgTap style test suite #10

Open dleard opened 2 years ago

dleard commented 2 years ago

We need a test that ensures all foreign keys in the database are indexed. Add the test to the style test suite & update the submodule in the repos that use it (ciip & cif).