You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/04 21:07:48 UTC

[airflow] 01/02: Fix Migration from 2.0.1rc1

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 192de83b7f4f1ea9bb3f2ebafdc8199aa571e0f0
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Feb 4 21:04:10 2021 +0000

    Fix Migration from 2.0.1rc1
---
 .../versions/82b7c48c147f_remove_can_read_permission_on_config_.py    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py b/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py
index 6798d93..5e85ee4 100644
--- a/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py
+++ b/airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py
@@ -19,7 +19,7 @@
 """Remove can_read permission on config resource for User and Viewer role
 
 Revision ID: 82b7c48c147f
-Revises: 449b4072c2da
+Revises: e959f08ac86c
 Create Date: 2021-02-04 12:45:58.138224
 
 """
@@ -29,7 +29,7 @@ from airflow.www.app import create_app
 
 # revision identifiers, used by Alembic.
 revision = '82b7c48c147f'
-down_revision = '449b4072c2da'
+down_revision = 'e959f08ac86c'
 branch_labels = None
 depends_on = None