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 d4dcc01 commit 0249d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 branches 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

0 comments on commit 0249d8e

Please sign in to comment.