designate/releasenotes/notes/Switch-to-alembic-migrations-15b7701f4e8b37c1.yaml
Michael Johnson 60c378763a Switch Designate to Alembic database migrations
Currently Designate is using sqlalchemy-migrate for database schema
migrations. sqlalchemy-migrate/migrate have been deprecated for some
time. This patch moves switches Designate to use Alembic for database
migrations.

Change-Id: I90ecb4d409b8b609b384997fa4cc9c65755409b3
2022-08-04 17:15:09 +00:00

8 lines
284 B
YAML

---
other:
- |
Designate will now use Alembic migrations for database schema updates.
This transition will automatically be handled for upgrades.
The sqlalchemy-migrate package has been removed from the Designate
requirements and the alembic package has been added.