supabase_update_policy
Modify Row Level Security policies in Supabase by dropping and recreating them with updated rules for database access control.
Instructions
[UNIFIED] Update an existing RLS policy. Drops and recreates the policy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| table | Yes | ||
| name | Yes | ||
| definition | Yes | ||
| check | No | ||
| command | No | ALL | |
| roles | No | ||
| schema | No | public |