uranusjr commented on a change in pull request #18804:
URL: https://github.com/apache/airflow/pull/18804#discussion_r724100958
##########
File path: docs/apache-airflow/migrations-ref.rst
##########
@@ -23,7 +23,9 @@ Here's the list of all the Database Migrations that are
executed via when you ru
+--------------------------------+------------------+-----------------+---------------------------------------------------------------------------------------+
| Revision ID | Revises ID | Airflow Version |
Description
|
+--------------------------------+------------------+-----------------+---------------------------------------------------------------------------------------+
-| ``7b2661a43ba3`` (head) | ``142555e44c17`` | ``2.2.0`` | Change
``TaskInstance`` and ``TaskReschedule`` tables from execution_date to run_id. |
+| ``306a0384de71`` (head) | ``7b2661a43ba3`` | ``2.2.0`` | Make
DagRun ID columns non nullable
|
Review comment:
This sounds like `run_id` and not the primary key columns (which this
migration actually changes), but I guess it's fine since the description only
makes any sense for people working with Airflow internals anyway.
--
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]