Skip to content

Commit

Permalink
[Bot] Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
1 parent 333e199 commit 08b1c61
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 @@ -80,8 +80,8 @@ For Postgres enabled branches, Xata provides a Migration Editor to create [multi
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.

<Alert status="warning">
Currently multi-version schema migrations are only supported via the Migration Editor. Migrations made via
the Table View and Schema View will complete automatically.
Currently multi-version schema migrations are only supported via the Migration Editor. Migrations made via the Table
View and Schema View will complete automatically.
</Alert>

![The Migration Editor](images/migrations-multiversion/migration-editor.png)
Expand Down

0 comments on commit 08b1c61

Please sign in to comment.