Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 1, 2024
1 parent 0249d8e commit 96b1b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 050-Manage/030-migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 96b1b82

Please sign in to comment.