Skip to content

Commit

Permalink
changelog: mark changelog entry for tarantoolgh-7149 as breaking
Browse files Browse the repository at this point in the history
Fixes commit 97c2c9a ("box: disable DDL with old schema").
Follow-up tarantool#7149

NO_DOC=changelog
NO_TEST=changelog
  • Loading branch information
locker committed May 26, 2023
1 parent 97c2c9a commit 3b244fc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## feature/core

- Disabled DDL operations with an old system schema. Now you have to run
`box.schema.upgrade()` before you can execute any DDL operations (gh-7149).
- **[Breaking change]** Disabled DDL operations with an old system schema.
Now you have to run `box.schema.upgrade()` before you can execute any DDL
operations (gh-7149).

0 comments on commit 3b244fc

Please sign in to comment.