You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible for the postgres role to drop information_schema which breaks Supabase Studio and other IDE/developer tooling that relies on introspection.
dropschema information_schema cascade;
This task is to protect that schema from being dropped.
The text was updated successfully, but these errors were encountered:
It is currently possible for the
postgres
role to dropinformation_schema
which breaks Supabase Studio and other IDE/developer tooling that relies on introspection.This task is to protect that schema from being dropped.
The text was updated successfully, but these errors were encountered: