Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make migrations path relative to ini (apache#42381)
This makes it so that we can alembic commands from the root repo dir. E.g. ``` alembic -c airflow/alembic.ini revision --autogenerate -m "Do something" ``` Sometimes when running from airflow subfolder we get errors.
- Loading branch information