-- Remove the client project-delete policy. -- It was added to support auto-deleting empty projects when a client deletes their -- last task, but that behavior is wrong — projects should only be deleted explicitly. drop policy if exists "Client deletes company projects" on public.projects;