blazar/releasenotes/notes/alembic-fix-alter-column-42a87657992d1e78.yaml
Pierre Riteau b1841dc4b9 Fix use of legacy Alembic API
The `name` keyword argument for Operations.alter_column() has been
deprecated since version 0.8. It was finally removed in Alembic 1.5.0,
causing the following error during installation of Blazar:

TypeError: alter_column() got multiple values for keyword argument 'name'

Change-Id: I05541da4d87575f65d8e78f0fc54bd415328b9f2
Closes-Bug: #1912502
2021-01-20 16:29:18 +01:00

6 lines
169 B
YAML

---
fixes:
- |
Fixes database migrations with Alembic 1.5.0 or greater. For more details,
see `bug 1912502 <https://bugs.launchpad.net/blazar/+bug/1912502>`_.