graphql-engine/docs/graphql/core/migrations/advanced/index.rst
Funmilayo E. Olaiya 3d077bdc97 docs: add a guide to clear hasura migrations (close #5372)
### Description
This PR adds information on clearing migrations to the docs.

### Changelog
- [x] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label.

### Affected components
- [x] Docs

### Related Issues
https://github.com/hasura/graphql-engine/issues/5372

### Old PR
https://github.com/hasura/graphql-engine-mono/pull/224

### Affected pages
https://deploy-preview-273--hasura-docs-mono.netlify.app/graphql/core/migrations/advanced/resetting-migrations.html

Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 7ccf3fc172ef4bb48f0fef2acd2126992b6447eb
2021-02-17 14:16:14 +00:00

20 lines
394 B
ReStructuredText

.. meta::
:description: Examples for advanced Hasura migration use cases
:keywords: hasura, docs, migration, advanced, use case
.. _migrations_advanced:
Migrations advanced use cases
=============================
.. toctree::
:maxdepth: 1
auto-apply-migrations
writing-migrations-manually
rolling-back-migrations
seed-data-migration
resetting-migrations
.. collaboration