Open
Description
Dev. issue: tarantool/tarantool#10520
Product: Tarantool
Since: 3.3
Root document:
- https://www.tarantool.io/en/doc/latest/admin/upgrades/
- https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/upgrade/#box-schema-upgrade (?)
SME: @ Serpentian
Details
From now on, DDL before schema upgrade is allowed for schema versions >=
2.11.1 (previously it was forbidden in 3.0.0 release). In documentation
we need to create a list of features, which are forbidden until some
versions. Current state:
- DDL before box.schema.upgrade - forbidden until 2.11.1
- Persistent names - forbidden until 2.11.5
- Persistent triggers - forbidden until 3.1.0
Requested by @Serpentian in tarantool/tarantool@aeb53ca.