Supabase UI - something changed & I don't know why?
I'm working on a supabase project -i'm the only user right now - so i haven't bothered to enable RLS. Earlier today, I went to drop a field from a table, and the system sort of "crapped out". Now, when I log in and go to the table editor - i see a ton of red labels (presumably related to the RLS). Meanwhile, my tabs when I open a table now have the public. prefix. While neither of this is a big deal, I don't know why or how the change came to be. Is this something that Supabase did on its own? If I had my drothers, I'd love to get these "restored" so i don't have the public. and the red label warning.


3 Replies
It appears to be new stuff they added as they do that all the time.
Feedback would be in supabase/supabase github issues.
got it. thanks
This is not changing back and it's a good move on Supabase's part https://x.com/kiwicopple/status/1953018741765165459
Paul Copplestone - e/postgres (@kiwicopple)
if you see these big, red "Unrestricted" labels in your table editor now, that's because you have not secured your database properly
if you finding these annoying, GOOD. You have to fix it using one of the following:
1/ do not disable RLS on the "public" schema. It's enabled by

X