supabase init in my folder, supabase link and tried to supabase db pull to get an initial schema. Once I have that schema, it asks me if I want to apply it to the remote migrations and I do that. Then, when I try to supabase db pull again, I get the included very long set of warnings about privileges and then a failure due to ERROR: function public.armor(bytea) does not exist (SQLSTATE 42883)CREATE EXTENSION IF NOT EXISTS "pgcrypto" WITH SCHEMA "public"; and other extensions. Why might I be seeing this error? I'm very happy to introduce additional info as needed