ironic-inspector/ironic_inspector/migrations/versions
Bob Fournier b76f84d4c1 Use processed bool as key in introspection_data DB table
When using store_data=database with sqlalchemy, running introspection results
in a DBDuplicateEntry error.  This happens because the query when adding an
entry uses both the primary key (uuid) and the processed flag, but the
processed flag is not a key.  This change makes it a key so that both
unprocessed and processed data can be stored in the table.

Note - since the previous migration hasn't been released yet this fixes it
without creating a new one.

Change-Id: I052594d529ae363fce50b1726169d86583bb1439
Story: #2004992
Task: #29463
2019-02-13 14:32:53 -05: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 pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02: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 pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02: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