Files
monasca-api/releasenotes/notes/fix-db-migration-issue-2006984-6676bd3a8a34c9ae.yaml
Doug Szumski 712f693a72 Fix notification method type DB schema migration
The Stein release does away with the concept of built in notifications,
in favour of treating all notification types equally.

This patch fixes an issue with the DB schema migration associated
with this change, which will fail if any notifications using
built-in notification types are configured at the time of the upgrade.

Story: 2006984
Task: 37746
Change-Id: I2e3f08edf1ab6aec526ad93d04effb91ddca600a
2020-01-14 09:27:30 +00:00

7 lines
198 B
YAML

---
fixes:
- |
An issue with migrating the DB schema in the Stein release
which can cause an upgrade to fail. See `story
2006984 <https://storyboard.openstack.org/#!/story/2006984>`__