Skip to content

fix(supabase): make GRANT a required step when creating public tables#93

Open
inian wants to merge 1 commit into
mainfrom
fix/supabase-skill-data-api-grants
Open

fix(supabase): make GRANT a required step when creating public tables#93
inian wants to merge 1 commit into
mainfrom
fix/supabase-skill-data-api-grants

Conversation

@inian

@inian inian commented May 26, 2026

Copy link
Copy Markdown
Member

Replace the passive caveat about Data API exposure with a canonical SQL block that bundles CREATE TABLE, ENABLE ROW LEVEL SECURITY, GRANT, and CREATE POLICY together. Adds the PostgREST SQLSTATE hint so the error is recognisable when the grant is missing.

Replace the passive caveat about Data API exposure with a canonical SQL
block that bundles CREATE TABLE, ENABLE ROW LEVEL SECURITY, GRANT, and
CREATE POLICY together. Adds the PostgREST SQLSTATE hint so the error
is recognisable when the grant is missing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant