Skip to content
Discussion options

You must be logged in to vote

Hasura intentionally requires you explicitly track tables before they are exposed as part of your API.
There are few cases where you would want this, especially in production.

You can however apply metadata automatically on startup, which will restore your project state including tracked tables, permissions, etc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by seanparkross
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/migrations Related to migrations
2 participants