You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for #1253 looks slightly incorrect as the type for down_revision should be Union[str, Sequence[str], None] and not Union[str, None]. down_revision is a tuple for merge revisions.
The text was updated successfully, but these errors were encountered:
The fix for #1253 looks slightly incorrect as the type for
down_revision
should beUnion[str, Sequence[str], None]
and notUnion[str, None]
.down_revision
is a tuple for merge revisions.The text was updated successfully, but these errors were encountered: