From 0249d8e236ea84a0a213e5f81f8a8cfb6811df56 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 1 Jul 2024 10:41:53 +0200 Subject: [PATCH] copy --- 050-Manage/030-migrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/050-Manage/030-migrations.mdx b/050-Manage/030-migrations.mdx index dfb5111d..ffd19c93 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 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.