Cannot enable RLS for spatial_ref_sys table #26302
|
Hello, when I enabled PostGIS for public schema the role for the spatial_ref_sys was assigned to supabase_admin, however, through dashboard I cannot access this role. How to enable RLS for my table then? Cheers. |
Answered by
GaryAustin1
May 14, 2024
Replies: 1 comment
|
Not sure they should be in the public schema. The default from the UI is extensions schema so they can't be accessed from the API. You can't modify tables created by supabase_admin. |
0 replies
Answer selected by
cjacky475
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure they should be in the public schema. The default from the UI is extensions schema so they can't be accessed from the API.
https://github.com/orgs/supabase/discussions/19143
You can't modify tables created by supabase_admin.