Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCheck foreign keys #7082
Closed
Check foreign keys #7082
Comments
|
closing as we remove foreign keys completely from our DB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should check our foreign keys and if they are not indexes we should create them as indexes.
This is based on https://www.sqlite.org/foreignkeys.html#fk_indexes :