File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
doc/platform/ddl_dml/migrations Expand file tree Collapse file tree 2 files changed +4
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Data migrations with space.upgrade()
88In this tutorial, you learn to write migrations that include data migration using
99the ``space.upgrade() `` function.
1010
11- .. _ upgrade_migrations_tt :
11+ .. _ upgrade_migrations_tt_prereq :
1212
1313Prerequisites
1414-------------
@@ -25,7 +25,9 @@ Writing a complex migration
2525Complex migrations require data migration along with schema migration. Connect to
2626the 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
You can’t perform that action at this time.
0 commit comments