Skip to content

Commit d9a8b4d

Browse files
committed
Add tt migrations
1 parent 43cb987 commit d9a8b4d

File tree

4 files changed

+490
-0
lines changed

4 files changed

+490
-0
lines changed

doc/platform/ddl_dml/space_upgrade.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _enterprise-space_upgrade:
2+
.. _box_space-upgrade:
23

34
Upgrading space schema
45
======================

doc/reference/reference_lua/box_space.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Below is a list of all ``box.space`` functions and members.
9797
* - :doc:`./box_space/update`
9898
- Update a tuple
9999

100+
* - :ref:`box_space-upgrade`
101+
- Upgrade the space format and tuples
102+
100103
* - :doc:`./box_space/upsert`
101104
- Update a tuple
102105

doc/tooling/tt_cli/commands.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ help for the given command.
5858
- Print instance logs
5959
* - :doc:`logrotate <logrotate>`
6060
- Rotate instance logs
61+
* - :doc:`migrations <migrations>`
62+
- Manage migrations
6163
* - :doc:`pack <pack>`
6264
- Package an application
6365
* - :doc:`play <play>`
@@ -112,6 +114,7 @@ help for the given command.
112114
kill <kill>
113115
log <log>
114116
logrotate <logrotate>
117+
migrations <migrations>
115118
pack <pack>
116119
play <play>
117120
replicaset <replicaset>

0 commit comments

Comments
 (0)