security_disable_rls
Turn off Row Level Security (RLS) for a table, allowing all users to access data without policies. Use this to troubleshoot or temporarily open access.
Instructions
Disable Row Level Security (RLS) on a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to disable RLS on |