)]}'
{"masakari/db/sqlalchemy/migrate_repo/versions/006_add_persistence_tables.py":[{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"b175a1d8e6b37ed424320a31ec807677801ccada","unresolved":true,"context_lines":[{"line_number":26,"context_line":"    # to load persistence tables to store progress details."},{"line_number":27,"context_line":"    taskflow_driver \u003d driver.load_masakari_driver(CONF.notification_driver)"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"    if CONF.taskflow.connection:"},{"line_number":30,"context_line":"        taskflow_driver.upgrade_backend(CONF.taskflow.connection)"}],"source_content_type":"text/x-python","patch_set":3,"id":"1a7af532_c0b1f49d","line":29,"range":{"start_line":29,"start_character":7,"end_line":29,"end_character":31},"updated":"2021-01-20 06:36:59.000000000","message":"IIRC for me it was set always to default here even when I had set it in config.\nAlso approach to make migration based on the condition is not really good approach overall, as once it passes, you can re-run it, since it\u0027s \"applied\" and db version is bumped.\n\nSo in case user missed to define taskflow.connection during service first setup (or during upgrade), he\u0027s damned to perform migration manually afterwards.","commit_id":"32237b7894e073a62ef7111dded1c777f3f28ec0"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"e362f270b6f1014fc6c81f618894f834cb66032d","unresolved":true,"context_lines":[{"line_number":26,"context_line":"    # to load persistence tables to store progress details."},{"line_number":27,"context_line":"    taskflow_driver \u003d driver.load_masakari_driver(CONF.notification_driver)"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"    if CONF.taskflow.connection:"},{"line_number":30,"context_line":"        taskflow_driver.upgrade_backend(CONF.taskflow.connection)"}],"source_content_type":"text/x-python","patch_set":3,"id":"f9cc9245_667c4c1f","line":29,"range":{"start_line":29,"start_character":7,"end_line":29,"end_character":31},"in_reply_to":"1a7af532_c0b1f49d","updated":"2021-01-20 06:38:11.000000000","message":"\u003e you can re-run it\n* you can not re-run it","commit_id":"32237b7894e073a62ef7111dded1c777f3f28ec0"}]}
