Skip to content

Commit c616d6f

Browse files
p7novxuniq
andauthored
Apply suggestions from code review
Co-authored-by: Kseniia Antonova <[email protected]>
1 parent c1405b6 commit c616d6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/platform/ddl_dml/migrations/basic_migrations_tt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Creating a cluster
9494
.. literalinclude:: /code_snippets/snippets/migrations/instances.enabled/myapp/myapp-scm-1.rockspec
9595
:dedent:
9696

97-
4. Create the ``source.yaml`` with a cluster configuration to publish to etcd:
97+
#. Create the ``source.yaml`` with a cluster configuration to publish to etcd:
9898

9999
.. note::
100100

doc/platform/ddl_dml/migrations/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ version of the :ref:`tt <tt-cli>` utility and in :ref:`tcm`.
155155

156156
To learn how to manage migrations in Tarantool EE clusters from the command line,
157157
see :ref:`centralized_migrations_tt`. To learn how to use the mechanism from the |tcm|
158-
web interface, see the :ref:`tcm_migrations` |tcm| documentation page.
158+
web interface, see the :ref:`tcm_cluster_migrations` |tcm| documentation page.
159159

160160
.. toctree::
161161
:maxdepth: 1

doc/tooling/tt_cli/migrations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ Options
352352

353353
Remove migrations disregarding their status. Possible values:
354354

355-
- ``config-storage``: remove migrations on etcd centralized migrations storage disregarding the cluster apply status.
356-
- ``cluster``: remove migrations status info only on a Tarantool cluster.
355+
- ``config-storage``: remove migrations on etcd centralized migrations storage disregarding the cluster apply status.
356+
- ``cluster``: remove migrations status info only on a Tarantool cluster.
357357
- ``all`` to execute both ``config-storage`` and ``cluster`` force removals.
358358

359359
.. warning::

0 commit comments

Comments
 (0)