Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix migration issue #5506

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""empty message

Revision ID: fe203f06525d
Revises: ec27defe9178
Revises: 83cfc8047acf
Create Date: 2024-05-27 09:44:03.810144

"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = 'fe203f06525d'
down_revision = 'bbee01df3e8d'
down_revision = '83cfc8047acf'
branch_labels = None
depends_on = None

Expand Down
Loading