ironic-inspector/releasenotes/notes/migrations-1.3.20-0d337d000bd0a7e0.yaml
Dmitry Tantsur 5678f219cd Fix database migrations and disable the non-standalone job
The pattern of adding a column and then reading a table with it
no longer works in SQLAlchemy 1.3.20. This has been reported
upstream [1] and apparently we're doing the wrong thing by reusing
a column object twice.

We need to disable the non-standalone job since it's really broken
now, and this fix is blocking bifrost.

[1] https://github.com/sqlalchemy/sqlalchemy/issues/5669

Change-Id: I2fb07413e8f421f39b24acf1272771ee2097b195
2020-10-26 14:16:34 +01:00

5 lines
71 B
YAML

---
fixes:
- |
Fixes database migrations with SQLAlchemy 1.3.20.