SupabaseS
Supabase6mo ago
Wemonz

ERROR: must be owner of table objects

Hello,

I am the Owner of my project and I need to enable Row Level Security (RLS) on the storage.objects table in order to use Storage bucket policies for file uploads.

When I try to run:
ALTER TABLE storage.objects ENABLE ROW LEVEL SECURITY;

I get the error:
ERROR: must be owner of table objects

I have confirmed that I am the Owner, but I still cannot enable RLS on this system table.
Was this page helpful?