hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.18k stars 2.77k forks source link

migrating individuals objects #9679

Open Edmartt opened 1 year ago

Edmartt commented 1 year ago

Is your proposal related to a problem?

Always when my team forgets to enable hasura console for making migrations when they're creating new tables or fields, we have to create in another environment manually the tables.

Describe the solution you'd like

I think it would nice in some way that we can migrate selected elements instead the full schema just because we built a table

Describe alternatives you've considered

I have no idea in this moment

adas98012 commented 1 year ago

@Edmartt You can manually create migrations and apply those to Hasura Metadata. Here is the doc reference.