nearform / titus

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

Update truncate logic #1526

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

Fixes https://github.com/nearform/titus/issues/1534

simoneb commented 2 years ago

@toni-sharpe do you have any capacity to fix the failing tests? it should be fairly straightforward

simoneb commented 2 years ago

@toni-sharpe ping

toni-sharpe commented 2 years ago

@simoneb I did the tests and the build is green here now, thanks for the ping!

(I'll be away 'til 01.08 after today)