ironic-inspector/ironic_inspector/migrations/versions
Dmitry Tantsur 77a3bd9159 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
(cherry picked from commit 5678f219cd)
2020-10-27 08:58:01 +01:00
..
578f84f38d_inital_db_schema.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
882b2d84cb1b_attribute_constraints_relaxing.py Fix database migrations and disable the non-standalone job 2020-10-27 08:58:01 +01:00
2970d2d44edc_add_manage_boot_to_nodes.py Add manage_boot parameter to introspection API 2018-06-25 12:09:17 +02:00
18440d0834af_introducing_the_aborting_state.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
bf8dec16023c_add_introspection_data_table.py Use processed bool as key in introspection_data DB table 2019-02-13 14:32:53 -05:00
d00d6e3f38c4_change_created_finished_at_type.py Fix database migrations and disable the non-standalone job 2020-10-27 08:58:01 +01:00
d2e48801c8ef_introducing_node_state_attribute.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
d588418040d_add_rules.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
e169a4a81d88_add_invert_field_to_rule_condition.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00