Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfrancoeur committed Jul 16, 2024
1 parent d04e4b5 commit 5b953e4
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 @@ -75,7 +75,7 @@ Migrations must be ordered. Ordering is guaranteed by the `parent` and the ledge

## Multi-version Schema Migrations (Postgres enabled only)

For Postgres enabled branches, Xata 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.
For Postgres enabled branches, Xata provides a Migration Editor to create [multi-version schema migrations](https://xata.io/blog/multi-version-schema-migrations) using [pgroll](https://github.com/xataio/pgroll) operations.

Multi-version schema migrations address the pain point of having to keep your application code in sync with your database schema by allowing you two active database schemas at once. With multi-version schema migrations, running a migration means being able to preview the new version of your schema alongside the old one. Reading and writing data in both schemas continues to work normally. As a result of having two active schema versions, rollbacks become seamless operations which is particularly useful in the case of an unwanted schema change or backfill.

Expand Down

0 comments on commit 5b953e4

Please sign in to comment.