MASTREX commented on issue #54071: URL: https://github.com/apache/airflow/issues/54071#issuecomment-3234454104
What I can see in your PR is you have set `nullable=True` which on downgrade will create a empty column. This will just resolve the error, its not the solution. This should be good enough if we only care about the schema during the upgrade and downgrade and have no requirement for the data in `task_instance_history` table -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
