)]}'
{"ironic_inspector/migrations/versions/d00d6e3f38c4_change_created_finished_at_type.py":[{"author":{"_account_id":11816,"name":"mike_mp@zzzcomputing.com","display_name":"Mike Bayer","email":"mike_mp@zzzcomputing.com","username":"zzzeek","status":"Red Hat"},"change_message_id":"c2079b3b9fb2caadb8fbf5330efd6db0dcdb4503","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    temp_started_at \u003d sa.Column(\"temp_started_at\", sa.types.DateTime,"},{"line_number":48,"context_line":"                                nullable\u003dTrue)"},{"line_number":49,"context_line":"    temp_finished_at \u003d sa.Column(\"temp_finished_at\", sa.types.DateTime,"},{"line_number":50,"context_line":"                                 nullable\u003dTrue)"},{"line_number":51,"context_line":"    t \u003d sa.table(\u0027nodes\u0027, started_at, finished_at,"},{"line_number":52,"context_line":"                 temp_started_at, temp_finished_at, uuid)"},{"line_number":53,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"3f65232a_5bd79ec0","line":50,"updated":"2020-10-26 13:23:36.000000000","message":"usually we suggest constructing all these Column objects inline with the table object.   that way you wouldn\u0027t have all these assignments and you also guarantee the columns are used in just the one context.","commit_id":"5678f219cd55345633c1478c3cad22460bef4429"}]}
