From 0b44b3aa5abe7cb5ef6df67d46db36735b5bec4a Mon Sep 17 00:00:00 2001 From: Kristian Koehntopp Date: Tue, 29 Oct 2024 15:43:33 +0100 Subject: [PATCH] fix 2022-04-15-sql-engineering-guidelines.md --- content/posts/2022-04-15-sql-engineering-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2022-04-15-sql-engineering-guidelines.md b/content/posts/2022-04-15-sql-engineering-guidelines.md index 6a8ee27182..c006d4888f 100644 --- a/content/posts/2022-04-15-sql-engineering-guidelines.md +++ b/content/posts/2022-04-15-sql-engineering-guidelines.md @@ -415,7 +415,7 @@ The following rules have been proven to be useful guidance in the past: They usually provide a lot of toil and little benefit. - Exceptions exist. Check your departments engineering guides. -- [What are Foreign Keys, and Foreign Key Constraints]({{< relref "2020-08-03-mysql-foreign-keys-and-foreign-key-constraints.md" >}}), [Foreign Key Constraints and Locking]({{< relref "2020-08-03-mysql-foreign-keys-and-foreign-key-constraints.md" >}}). +- [What are Foreign Keys, and Foreign Key Constraints]({{< relref "2020-08-03-mysql-foreign-keys-and-foreign-key-constraints.md" >}}), [Foreign Key Constraints and Locking]({{< relref "2020-08-04-mysql-foreign-key-constraints-and-locking.html" >}}). ## Transactions