Table permissions and relationships are reverted after some time automatically. #8567
-
I have created new table, and update the permissions and relationships with other tables. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do you happen to be using a cli-migrations version of the hasura image? If you do not export your metadata, and restart your computer, your old metadata will be applied again and replace all the new work. |
Beta Was this translation helpful? Give feedback.
Do you happen to be using a cli-migrations version of the hasura image?
These will apply migrations and metadata automatically on startup.
If you do not export your metadata, and restart your computer, your old metadata will be applied again and replace all the new work.
There are a few ways to avoid this, the easiest is to run the cli console which automatically exports your metadata each time you make a change.