b76f84d4c1
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 |
||
---|---|---|
.. | ||
578f84f38d_inital_db_schema.py | ||
882b2d84cb1b_attribute_constraints_relaxing.py | ||
2970d2d44edc_add_manage_boot_to_nodes.py | ||
18440d0834af_introducing_the_aborting_state.py | ||
bf8dec16023c_add_introspection_data_table.py | ||
d2e48801c8ef_introducing_node_state_attribute.py | ||
d00d6e3f38c4_change_created_finished_at_type.py | ||
d588418040d_add_rules.py | ||
e169a4a81d88_add_invert_field_to_rule_condition.py |