Last active
May 28, 2025 12:08
-
-
Save umeshabhat/72e388972bfc7a7c8d1da7633caadf36 to your computer and use it in GitHub Desktop.
Uninstall Supabase RBAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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