ERROR: must be owner of table "name"
Im having a weird issue when creating a new table that Ive created (since my migration from Supabase cloud to Self Hosted). When I try to create constaint rules or even alter the table Im having this error message :
PS: Im using postgres user not the
ERROR: must be owner of table tmdb_movie_keyword (my table is tmdb_movie_keyword). Any idea ?PS: Im using postgres user not the
supabase_admin user