Supabase is comparing my schema objects against built-in Supabase schemas.

I'm running drizzle-kit push in an empty Supabase database. It will prompt me with this:

Is documentable_type_enum enum created or renamed from another enum?
❯ + documentable_type_enum                              create enum
  ~ auth.aal_level › documentable_type_enum             rename enum
  ~ auth.code_challenge_method › documentable_type_enum rename enum
  ~ auth.factor_status › documentable_type_enum         rename enum
  ~ auth.factor_type › documentable_type_enum           rename enum
  ~ auth.one_time_token_type › documentable_type_enum   rename enum
  ~ pgsodium.key_status › documentable_type_enum        rename enum
  ~ pgsodium.key_type › documentable_type_enum          rename enum
  ~ realtime.action › documentable_type_enum            rename enum
  ~ realtime.equality_op › documentable_type_enum       rename enum


Do I need to specify the schema or something like that? With Neon, I haven't had this problem.
CleanShot_2024-05-10_at_16.47.252x.png
Was this page helpful?