ephraimbuddy opened a new issue, #45479:
URL: https://github.com/apache/airflow/issues/45479

   ### Description
   
   Since we pruned the migration files, we no longer have those other migration 
files from 2.7.0 downwards, and this means that for tests in CI/dev, we have to 
reset the DB from ORM. The effect of this is that if you are doing a 
development and adding a field or a new table, you have to initialize the DB 
without your changes before Alembic can autogenerate the needed migrations. 
Else, it sees no changes. 
   
   Using breeze to create a DB from airflow 2.10 and then upgrading and running 
all the migration tests would help in detecting missing fields/tables in the 
migration files.
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

Reply via email to