Skip to content

Commit c1405b6

Browse files
committed
Fix
1 parent 6f9be5e commit c1405b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/platform/ddl_dml/migrations/upgrade_migrations_tt.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Data migrations with space.upgrade()
88
In this tutorial, you learn to write migrations that include data migration using
99
the ``space.upgrade()`` function.
1010

11-
.. _upgrade_migrations_tt:
11+
.. _upgrade_migrations_tt_prereq:
1212

1313
Prerequisites
1414
-------------
@@ -25,7 +25,9 @@ Writing a complex migration
2525
Complex migrations require data migration along with schema migration. Connect to
2626
the router instance and insert some tuples into the space before proceeding to the next steps.
2727

28-
.. code-block:: $ tt connect myapp:router-001-a
28+
.. code-block:: console
29+
30+
$ tt connect myapp:router-001-a
2931
3032
.. code-block:: tarantoolsession
3133

0 commit comments

Comments
 (0)