
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
6 lines
169 B
YAML
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>`_.
|