You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`delete_unused`, in spite of its name, deletes records even if they are used,
provided they are not part of a foreign key with `restrict` or `set` ondelete
clause (iow: allowing for cascading foreign keys).
0 commit comments