From f816eef124a75ef5246966cb6c6acd704689e34a Mon Sep 17 00:00:00 2001 From: Pavel Semyonov Date: Tue, 20 Aug 2024 18:01:37 +0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Elena Shebunyaeva --- doc/tooling/tcm/tcm_cluster_migrations.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/tooling/tcm/tcm_cluster_migrations.rst b/doc/tooling/tcm/tcm_cluster_migrations.rst index 8d2af9afb..daa3827ca 100644 --- a/doc/tooling/tcm/tcm_cluster_migrations.rst +++ b/doc/tooling/tcm/tcm_cluster_migrations.rst @@ -11,8 +11,8 @@ Performing migrations in connected clusters. To learn more about migrations in Tarantool, see :ref:`migrations`. Migrations are named Lua files with code that alters the cluster data schema, for example, -creates a space, changes it format, or adds indexes. In |tcm|, there is a dedicated -page on which you can organize migrations, edit their code, and apply them to the cluster. +creates a space, changes its format, or adds indexes. In |tcm|, there is a dedicated +page where you can organize migrations, edit their code, and apply them to the cluster. .. _tcm_cluster_migrations_manage: @@ -48,10 +48,10 @@ To apply all saved migrations to the cluster at once, click **Apply**. .. important:: - Applying all saved migrations **at once in the lexicographical** order is the - only way to apply migrations in |tcm|. There is no way to select a single or + Applying all saved migrations **at once, in the lexicographical order** is the + only way to apply migrations in |tcm|. There is no way to select a single or several migrations to apply. - The migrations that are already applied are skipped. To learn how to find out + The migrations that are already applied are skipped. To learn how to check a migration status, see :ref:`tcm_cluster_migrations_check`. Migrations that were created but not saved yet are not applied when you click **Apply**.