nearform / titus

Deploy useful features in sprint one
https://nf-titus.netlify.app
Apache License 2.0
60 stars 45 forks source link

Truncate bug with cascade #1534

Closed toni-sharpe closed 2 years ago

toni-sharpe commented 2 years ago

Truncate needs CASCADE to avoid "cannot truncate a table referenced in a foreign key constraint" errors

Following this: https://stackoverflow.com/a/56700574