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
fix(tables): refuse to delete a table's last saved view
The sibling check and the delete share the views advisory lock, so
racing deletes cannot drop a live table to zero views and regress it to
the legacy "All"-only state. Views of a hard-deleted table are removed
by the FK cascade, which this guard never sees.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments