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

fix: Dump media handlers and timezones with --dump-schema #3238

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

wolfgangwalther
Copy link
Member

Those were left out of the schema dump when the features were introduced, probably because ByteString doesn't have a toJSON instance. Changing the type to Text solves this easily.

Resolves #3237

Those were left out of the schema dump when the features were introduced, probably
because ByteString doesn't have a toJSON instance. Changing the type to Text solves
this easily.

Resolves PostgREST#3237
@wolfgangwalther wolfgangwalther merged commit 8a21a9c into PostgREST:main Feb 20, 2024
35 of 36 checks passed
@wolfgangwalther wolfgangwalther deleted the dump-media-handlers branch February 20, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

--dump-schema does not dump media handlers
2 participants