60c378763a
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
8 lines
284 B
YAML
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.
|