Hello all, I'm having trouble running knex migrations against the supabase DB. While my script runs great in the supabase SQL editor, it fails to run in knex when removing a trigger from the auth.users table. The same script creates that trigger fine, but cannot delete it. Is this a known limitation?