Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow changing extension schema #94

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

steve-chavez
Copy link
Member

Current logic doesn't capture the ALTER EXTENSION .. SET SCHEMA statement.

This uses the pageinspect contrib extension for testing.

Closes #88.

Allows running manual tests using psql -U extensions_role
Current logic doesn't capture the `ALTER EXTENSION .. SET SCHEMA`
statement.

This uses the `pageinspect` contrib extension for testing.

Closes supabase#88.
@steve-chavez steve-chavez merged commit fcb20b3 into supabase:master Oct 14, 2024
6 checks passed
steve-chavez added a commit to steve-chavez/supautils that referenced this pull request Dec 12, 2024
steve-chavez added a commit that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot ALTER EXTENSION due to owner conflicts
2 participants