You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/22 11:26:06 UTC

[GitHub] [airflow] ashb commented on issue #8967: 2.0.0 - db upgrade fails on missing dag_stats

ashb commented on issue #8967:
URL: https://github.com/apache/airflow/issues/8967#issuecomment-632642806


   migrations are recorded when they are performed, and are only run once.
   
   It should be impossible for the table to be dropped without also recording that the migration was deleted.
   
   Further: 2.0 isn't a release yet, so if you are targeting master branch you might get breakages like this.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org