Skip to content

Instantly share code, notes, and snippets.

@umeshabhat
Last active May 28, 2025 12:08
Show Gist options
  • Save umeshabhat/72e388972bfc7a7c8d1da7633caadf36 to your computer and use it in GitHub Desktop.
Save umeshabhat/72e388972bfc7a7c8d1da7633caadf36 to your computer and use it in GitHub Desktop.
Uninstall Supabase RBAC
DROP EXTENSION IF EXISTS "pointsource-supabase_rbac";
DROP EXTENSION IF EXISTS "supabase-dbdev";
SELECT * FROM pg_extension; -- Check if the extension is uninstalled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment