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 2021/07/14 20:07:55 UTC

[GitHub] [airflow] sharingan-no-kakashi commented on pull request #16953: Feature: Added Task Notes

sharingan-no-kakashi commented on pull request #16953:
URL: https://github.com/apache/airflow/pull/16953#issuecomment-880174592


   > `airflow/migrations/versions` contains database migration files. They are managed by Alembic, and each version describes a change in the database schema in time. So to add a new model, you should create a new migration file, instead of midofying existing migrations.
   > 
   > You can find more about Alembic here: https://alembic.sqlalchemy.org/en/latest/tutorial.html
   > To create a new migration file for Airflow: https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#metadata-database-updates
   
   Thanks, I will do it! 


-- 
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: commits-unsubscribe@airflow.apache.org

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