[
https://issues.apache.org/jira/browse/AIRFLOW-6046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980388#comment-16980388
]
ASF subversion and git services commented on AIRFLOW-6046:
----------------------------------------------------------
Commit aad48f87565dc698f7134773a5e700660b6193ac in airflow's branch
refs/heads/fix-alembic from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=aad48f8 ]
[AIRFLOW-6046] Fix Alembic migrations & sync it to 1.10.*
> Fix Alembic migrations & sync it to 1.10.*
> ------------------------------------------
>
> Key: AIRFLOW-6046
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6046
> Project: Apache Airflow
> Issue Type: Bug
> Components: database
> Affects Versions: 2.0.0
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Major
> Fix For: 2.0.0
>
>
> From https://github.com/apache/airflow/pull/6442#issuecomment-557574440
> just tried doing an upgrade to 1.10.6 followed by an upgrade to master:
> {noformat}
> git checkout 1.10.6
> alembic upgrade heads
> git checkout master
> alembic upgrade heads
> {noformat}
> Result is
> {noformat}
> ERROR [alembic.util.messaging] Requested revision 74effc47d867 overlaps with
> other requested
> revisions 004c1210f153
> FAILED: Requested revision 74effc47d867 overlaps with other requested
> revisions 004c1210f153
> {noformat}
> I think this demonstrates the issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)