From 86f0937bd9118aa354e08e42af4248aa7239c54c Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 9 Nov 2015 22:53:06 -0600 Subject: [PATCH] Fix internal link --- postgres/truncate-tables-with-dependants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/truncate-tables-with-dependants.md b/postgres/truncate-tables-with-dependants.md index d2a2467..afd55e3 100644 --- a/postgres/truncate-tables-with-dependants.md +++ b/postgres/truncate-tables-with-dependants.md @@ -1,6 +1,6 @@ # Truncate Tables With Dependants -In [Truncate All Rows](postgres/truncate-all-rows.md), I talked about how +In [Truncate All Rows](truncate-all-rows.md), I talked about how postgres's `truncate` can be used to quickly delete all rows in a table. In practice this alone won't be very useful though, because tables usually have other tables that depend on them via foreign keys. If you have tables `A`