Adaverse commented on code in PR #32810:
URL: https://github.com/apache/airflow/pull/32810#discussion_r1278289415


##########
docs/apache-airflow/administration-and-deployment/dag-serialization.rst:
##########
@@ -88,7 +88,7 @@ Add the following settings in ``airflow.cfg``:
 *   ``compress_serialized_dags``: This option controls whether to compress the 
Serialized DAG to the Database.
     It is useful when there are very large DAGs in your cluster. When 
``True``, this will disable the DAG dependencies view.
 
-If you are updating Airflow from <1.10.7, please do not forget to run 
``airflow db upgrade``.
+If you are updating Airflow from <1.10.7, please do not forget to run 
``airflow db migrate``.

Review Comment:
   Oops, my bad. There was another place where it wouldn't have. Updated it. 
Thanks



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