dstandish opened a new issue, #49572:
URL: https://github.com/apache/airflow/issues/49572
### Body
example from 3.0 to 2.10.5, does not do any migrations.
```
DB: postgresql+psycopg2://postgres:***@localhost:25433/airflow
Performing upgrade to the metadata database
postgresql+psycopg2://postgres:***@localhost:25433/airflow
to_revision='5f2621c13b39'
from_revision=None
[2025-04-22T10:34:49.056-0700] {migration.py:207} INFO - Context impl
PostgresqlImpl.
[2025-04-22T10:34:49.056-0700] {migration.py:210} INFO - Will assume
transactional DDL.
[2025-04-22T10:34:49.071-0700] {db.py:1135} INFO - Migrating the Airflow
database
[2025-04-22T10:34:49.086-0700] {migration.py:207} INFO - Context impl
PostgresqlImpl.
[2025-04-22T10:34:49.087-0700] {migration.py:210} INFO - Will assume
transactional DDL.
[2025-04-22T10:34:49.119-0700] {migration.py:207} INFO - Context impl
PostgresqlImpl.
[2025-04-22T10:34:49.120-0700] {migration.py:210} INFO - Will assume
transactional DDL.
Database migrating done!
```
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow
project.
--
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]