flora-pm / flora-server

A package index for the Haskell ecosystem
https://flora.pm/about
Other
125 stars 38 forks source link

Add CI check for missing FK indexes #605

Closed tchoutri closed 8 hours ago

tchoutri commented 2 days ago

This PR adds a CI check to ensure that no index is missing for foreign keys. It's not a known fact that foreign keys do not automatically create indexes, despite their main usage being used for joins.

Shout-out to @marco44.