diff --git a/050-Manage/030-migrations.mdx b/050-Manage/030-migrations.mdx index ffd19c93..87f9628e 100644 --- a/050-Manage/030-migrations.mdx +++ b/050-Manage/030-migrations.mdx @@ -73,7 +73,7 @@ Migration files should not be modified. If externally modified, the record will Migrations must be ordered. Ordering is guaranteed by the `parent` and the ledger file, which is stored in `.xata/migrations/.ledger`. The ledger file is an append only file that lists all migration files in the correct order. -## Multi-version Schema Migrations (Postgres enabled only) +## Multi-Version Schema Migrations (Postgres enabled only) For Postgres enabled branches, the Web UI provides a Migration Editor to create [multi-version schema migrations](https://xata.io/blog/schema-multi-version-launch-week) using [pgroll](https://github.com/xataio/pgroll) operations. @@ -200,4 +200,4 @@ If there is an active migration there will be an additional third schema. The th ## Limitations -- Currently we only support rolling back the latest migration. Rollingback a migration after it has been "completed" is not currently possible. +- Currently we only support rolling back the latest migration. Rolling back a migration after it has been "completed" is not currently possible.