mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
3d077bdc97
### 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
20 lines
394 B
ReStructuredText
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
|