mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 09:08:01 +00:00
Fix internal link
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Truncate Tables With Dependants
|
# 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
|
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
|
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`
|
other tables that depend on them via foreign keys. If you have tables `A`
|
||||||
|
|||||||
Reference in New Issue
Block a user