added changelog, fix 6.10.0's version.yaml
This commit is contained in:
parent
f28011b6c2
commit
4bd186f106
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
release-date: "2023-11-18"
|
||||
codename: "TBD"
|
||||
codename: "Zed"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2023-08-31"
|
||||
codename: "Zed"
|
|
@ -2,5 +2,6 @@
|
|||
type: fix
|
||||
issue: 5486
|
||||
jira: SMILE-7457
|
||||
backport: 6.10.1
|
||||
title: "Previously, testing database migration with cli migrate-database command in dry-run mode would insert in the
|
||||
migration task table. The issue has been fixed."
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
type: fix
|
||||
issue: 5511
|
||||
backport: 6.10.1
|
||||
title: "Previously, when creating an index as a part of a migration, if the index already existed with a different name
|
||||
on Oracle, the migration would fail. This has been fixed so that the create index migration task now recovers with
|
||||
a warning message if the index already exists with a different name."
|
||||
|
|
Loading…
Reference in New Issue